Pdf |
The PdfLabelingRanges type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds the provided page index/ page label pair to the PdfLabelingRanges. | |
| Clear | Removes all items from the PdfLabelingRanges. | |
| ContainsPage | Determines whether the PdfLabelingRanges contains a label for the specified page index. | |
| CopyTo | Copies the elements of the PdfLabelingRanges to an System.Array, starting at a particular System.Array index. | |
| GetEnumerator | Returns an enumerator that iterates through the PdfLabelingRanges. | |
| GetFrom | Gets a dictionary of page/label pairs. | |
| Remove | Removes the label with the specified page index from the PdfLabelingRanges. | |
| TryGetValue | Gets the label associated with the specified page index. |