 | PdfLabelingRanges Class |
Represents the page labeling ranges.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class PdfLabelingRanges : IDictionary<int, PdfLabel>,
ICollection<KeyValuePair<int, PdfLabel>>, IEnumerable<KeyValuePair<int, PdfLabel>>,
IEnumerable
Public Class PdfLabelingRanges
Implements IDictionary(Of Integer, PdfLabel),
ICollection(Of KeyValuePair(Of Integer, PdfLabel)),
IEnumerable(Of KeyValuePair(Of Integer, PdfLabel)),
IEnumerable
public ref class PdfLabelingRanges : IDictionary<int, PdfLabel^>,
ICollection<KeyValuePair<int, PdfLabel^>>, IEnumerable<KeyValuePair<int, PdfLabel^>>,
IEnumerable
type PdfLabelingRanges =
class
interface IDictionary<int, PdfLabel>
interface ICollection<KeyValuePair<int, PdfLabel>>
interface IEnumerable<KeyValuePair<int, PdfLabel>>
interface IEnumerable
end
public class PdfLabelingRanges implements IDictionary<int, PdfLabel>,
ICollection<KeyValuePair<int, PdfLabel>>, IEnumerable<KeyValuePair<int, PdfLabel>>,
IEnumerable
Patagames.Pdf.Net.PdfLabelingRanges = function();
Type.createClass(
'Patagames.Pdf.Net.PdfLabelingRanges',
null,
IDictionary`2,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfLabelingRanges type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Count |
Gets the number of page index/page label pairs contained in the PdfLabelingRanges.
|
 | Item |
Gets or sets the label for the specified page.
|
 | Labels |
Gets an ICollection<T> containing the labels in the PdfLabelingRanges.
|
 | Pages |
Gets an ICollection<T> containing the page indexes of the PdfLabelingRanges.
|
 | UnderlyingTree |
Gets the root node of the underlying numeric tree that represents the page labels.
|
Top
Methods | 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.
|
Top
See Also