Click or drag to resize

PdfLabelingRanges Methods

The PdfLabelingRanges type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the provided page index/ page label pair to the PdfLabelingRanges.
Public methodClear Removes all items from the PdfLabelingRanges.
Public methodContainsPage Determines whether the PdfLabelingRanges contains a label for the specified page index.
Public methodCopyTo Copies the elements of the PdfLabelingRanges to an System.Array, starting at a particular System.Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfLabelingRanges.
Public methodStatic memberGetFrom Gets a dictionary of page/label pairs.
Public methodRemove Removes the label with the specified page index from the PdfLabelingRanges.
Public methodTryGetValue Gets the label associated with the specified page index.
Top
See Also