Click or drag to resize

PageLabelCreate Method

Creates a new PageLabel.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static PageLabel Create(
	SDFDoc doc,
	PageLabelStyle style,
	string prefix,
	int start_at
)

Parameters

doc
Type: pdftron.SDFSDFDoc
A document to which the page label is added.
style
Type: pdftron.PDFPageLabelStyle
The numbering style for the label.
prefix
Type: SystemString
page label prefix
start_at
Type: SystemInt32
start at position

Return Value

Type: PageLabel
newly created PageLabel object.
See Also