 | PdfLabelingRangesGetFrom Method |
Gets a dictionary of page/label pairs.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static PdfLabelingRanges GetFrom(
PdfDocument document
)
Public Shared Function GetFrom (
document As PdfDocument
) As PdfLabelingRanges
public:
static PdfLabelingRanges^ GetFrom(
PdfDocument^ document
)
static member GetFrom :
document : PdfDocument -> PdfLabelingRanges public static PdfLabelingRanges GetFrom(
PdfDocument document
)
Patagames.Pdf.Net.PdfLabelingRanges.GetFrom = function(document);
Parameters
- document PdfDocument
Return Value
PdfLabelingRangesAn instance of
PdfLabelingRanges if the
documentcontains page/label pairs; otherwise null.
Exceptions
See Also