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
)
Public Shared Function Create (
doc As SDFDoc,
style As PageLabelStyle,
prefix As String,
start_at As Integer
) As PageLabel
public:
static PageLabel^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] PageLabelStyle style,
[InAttribute] String^ prefix,
[InAttribute] int start_at
)
pdftron.PDF.PageLabel.Create = function(doc, style, prefix, 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