 | PdfLabelValue Property |
Gets or sets the value of the numeric portion for the first page label in the range.
Subsequent pages are numbered sequentially from this value, which must be greater than or equal to 1.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int Value { get; set; }
Public Property Value As Integer
Get
Set
public:
property int Value {
int get ();
void set (int value);
}
member Value : int with get, set
/** @property */
public int get_Value()
/** @property */
public void set_Value(int value)
function get_Value();
function set_Value(value);
Property Value
Int32Default value: 1.
See Also