PdfPageLabels Class

Collection of page labeling ranges.

Inheritance Hierarchy

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfPageLabels : PdfList<PdfPageLabelingRange>
VB
Public NotInheritable Class PdfPageLabels
	Inherits PdfList(Of PdfPageLabelingRange)

The PdfPageLabels type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the PdfCollection<T>.
(Inherited from PdfCollection<T>.)
Public propertyItem
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)

Methods

  NameDescription
Public methodAdd
Adds an object to the end of the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodAddRange(Int32, PdfPageNumberingStyle)
Adds the new page labeling range with specific properties to the collection.
Public methodAddRange(Int32, PdfPageNumberingStyle, String)
Adds the new page labeling range with specific properties to the collection.
Public methodAddRange(Int32, Int32, PdfPageNumberingStyle)
Adds the new page labeling range with specific properties to the collection.
Public methodAddRange(Int32, PdfPageNumberingStyle, String, Int32)
Adds the new page labeling range with specific properties to the collection.
Public methodAddRange(Int32, Int32, PdfPageNumberingStyle, String)
Adds the new page labeling range with specific properties to the collection.
Public methodAddRange(Int32, Int32, PdfPageNumberingStyle, String, Int32)
Adds the new page labeling range with specific properties to the collection.
Public methodClear
Removes all elements from the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodContains
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.)
Public methodEquals (Inherited from Object.)
Public methodGetAt
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.)
Public methodRemove
Removes the first occurrence of a specific object from the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodRemoveAt
Removes the element at the specified index of the PdfList<T>.
(Inherited from PdfList<T>.)
Public methodToString (Inherited from Object.)

See Also