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
)
Public Sub SetStyle (
style As PageLabelStyle
)
public:
virtual void SetStyle(
[InAttribute] PageLabelStyle style
) sealed
function SetStyle(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