 | PdfLabel(NumberStyle, String, Int32) Constructor |
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfLabel(
NumberStyle numberStyle = NumberStyle.Decimal,
string label = null,
int value = 1
)
Public Sub New (
Optional numberStyle As NumberStyle = NumberStyle.Decimal,
Optional label As String = Nothing,
Optional value As Integer = 1
)
public:
PdfLabel(
NumberStyle numberStyle = NumberStyle::Decimal,
String^ label = nullptr,
int value = 1
)
new :
?numberStyle : NumberStyle *
?label : string *
?value : int
(* Defaults:
let _numberStyle = defaultArg numberStyle NumberStyle.Decimal
let _label = defaultArg label null
let _value = defaultArg value 1
*)
-> PdfLabel
public PdfLabel(
NumberStyle numberStyle = NumberStyle.Decimal,
String label = null,
int value = 1
)
Patagames.Pdf.Net.Wrappers.PdfLabel = function(numberStyle, label, value);
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