Click or drag to resize

PdfLabelingRanges Class

Represents the page labeling ranges.
Inheritance Hierarchy
System.Object
  Patagames.Pdf.Net.PdfLabelingRanges

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfLabelingRanges : IDictionary<int, PdfLabel>, 
	ICollection<KeyValuePair<int, PdfLabel>>, IEnumerable<KeyValuePair<int, PdfLabel>>, 
	IEnumerable

The PdfLabelingRanges type exposes the following members.

Constructors
 NameDescription
Public methodPdfLabelingRanges Creates an empty PdfLabelingRanges.
Top
Properties
 NameDescription
Public propertyCount Gets the number of page index/page label pairs contained in the PdfLabelingRanges.
Public propertyItem Gets or sets the label for the specified page.
Public propertyLabels Gets an ICollection<T> containing the labels in the PdfLabelingRanges.
Public propertyPages Gets an ICollection<T> containing the page indexes of the PdfLabelingRanges.
Public propertyUnderlyingTree Gets the root node of the underlying numeric tree that represents the page labels.
Top
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