Click or drag to resize

PdfLabelingRangesGetFrom Method

Gets a dictionary of page/label pairs.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static PdfLabelingRanges GetFrom(
	PdfDocument document
)

Parameters

document  PdfDocument

Return Value

PdfLabelingRanges
An instance of PdfLabelingRanges if the documentcontains page/label pairs; otherwise null.
Exceptions
ExceptionCondition
ArgumentNullException
See Also