Gets or sets the start index for page numbering using the &p; variable in a TextElement
added to the template.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public int PageNumberingStartIndex { get; set; } |
| Visual Basic |
|---|
Public Property PageNumberingStartIndex As Integer Get Set |
| Visual C++ |
|---|
public: property int PageNumberingStartIndex { int get (); void set (int value); } |