Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPageLabels : PdfList<PdfPageLabelingRange>
Public NotInheritable Class PdfPageLabels Inherits PdfList(Of PdfPageLabelingRange)
The PdfPageLabels type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the PdfCollection<T>.
(Inherited from PdfCollection<T>.) |
![]() | Item |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | AddRange(Int32, PdfPageNumberingStyle) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | AddRange(Int32, PdfPageNumberingStyle, String) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | AddRange(Int32, Int32, PdfPageNumberingStyle) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | AddRange(Int32, PdfPageNumberingStyle, String, Int32) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | AddRange(Int32, Int32, PdfPageNumberingStyle, String) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | AddRange(Int32, Int32, PdfPageNumberingStyle, String, Int32) |
Adds the new page labeling range with specific properties to the collection.
|
![]() | Clear |
Removes all elements from the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | Contains |
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetAt |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.) |
![]() | Remove |
Removes the first occurrence of a specific object from the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | RemoveAt |
Removes the element at the specified index of the PdfList<T>.
(Inherited from PdfList<T>.) |
![]() | ToString | (Inherited from Object.) |