PageLabel Constructor (Int32, PageNumberingStyle, String, Int32)
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
Initializes a new instance of the Bytescout.PDF.PageLabel.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public PageLabel( int firstPageIndex, PageNumberingStyle style, string prefix, int startPortion )
Parameters
- firstPageIndex
- Type: SystemInt32
The page index of the first page in a labeling range. - style
- Type: Bytescout.PDFPageNumberingStyle
The style of the page label. - prefix
- Type: SystemString
The prefix of the page label. - startPortion
- Type: SystemInt32
The start portion of the page label.
See Also