Link Search Menu Expand Document

PageLabel Constructor (Int32, String)

Initializes a new instance of the Bytescout.PDF.PageLabel.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public PageLabel(
	int firstPageIndex,
	string prefix
)

Parameters

firstPageIndex
Type: SystemInt32
The page index of the first page in a labeling range.
prefix
Type: SystemString
The prefix of the page label.
See Also

Reference