Click or drag to resize

PdfLabel(NumberStyle, String, Int32) Constructor

Creates new instance of PdfLabel.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfLabel(
	NumberStyle numberStyle = NumberStyle.Decimal,
	string label = null,
	int value = 1
)

Parameters

numberStyle  NumberStyle  (Optional)
The numbering style to be used for the numeric portion of each page label.
label  String  (Optional)
The label prefix for page labels in the range.
value  Int32  (Optional)
The value of the numeric portion for the first page label in the range.
See Also