PageLabel Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a PDF page label item.
Inheritance Hierarchy
Bytescout.PDFPageLabel
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The PageLabel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageLabel(Int32, PageNumberingStyle) | Initializes a new instance of the Bytescout.PDF.PageLabel. | |
| PageLabel(Int32, String) | Initializes a new instance of the Bytescout.PDF.PageLabel. | |
| PageLabel(Int32, PageNumberingStyle, Int32) | Initializes a new instance of the Bytescout.PDF.PageLabel. | |
| PageLabel(Int32, PageNumberingStyle, String) | Initializes a new instance of the Bytescout.PDF.PageLabel. | |
| PageLabel(Int32, PageNumberingStyle, String, Int32) | Initializes a new instance of the Bytescout.PDF.PageLabel. |
Properties
| Name | Description | |
|---|---|---|
| FirstPageIndex | Gets or sets the first page index. | |
| Prefix | Gets or sets the page label prefix. | |
| StartPortion | Gets or sets the page label start portion. | |
| Style | Gets or sets the page label style. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also