Click or drag to resize

PageLabelSetStyle Method

Sets the numbering style for the label.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetStyle(
	PageLabelStyle style
)

Parameters

style
Type: pdftron.PDFPageLabelStyle
the numbering style for the label.
Remarks
You may use label style to customize the page numbering schemes used throughout a document. There are three numbering formats: decimal (often used for normal page ranges) roman (often used for front matter such as a preface) alphabetic (often used for back matter such as appendices) There is no default numbering style; if no 'S' (Style) entry is present, page labels consist solely of a label prefix with no numeric portion.
See Also