Link Search Menu Expand Document

PageLabel Class

Represents a PDF page label item.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPageLabel

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class PageLabel

The PageLabel type exposes the following members.

Constructors
NameDescription
Public methodPageLabel(Int32, PageNumberingStyle)
Initializes a new instance of the Bytescout.PDF.PageLabel.
Public methodPageLabel(Int32, String)
Initializes a new instance of the Bytescout.PDF.PageLabel.
Public methodPageLabel(Int32, PageNumberingStyle, Int32)
Initializes a new instance of the Bytescout.PDF.PageLabel.
Public methodPageLabel(Int32, PageNumberingStyle, String)
Initializes a new instance of the Bytescout.PDF.PageLabel.
Public methodPageLabel(Int32, PageNumberingStyle, String, Int32)
Initializes a new instance of the Bytescout.PDF.PageLabel.
Top
Properties
NameDescription
Public propertyFirstPageIndex
Gets or sets the first page index.
Public propertyPrefix
Gets or sets the page label prefix.
Public propertyStartPortion
Gets or sets the page label start portion.
Public propertyStyle
Gets or sets the page label style.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference