Gets or sets an increment for the total number of pages displayed using &P; variable in a TextArea element added to the header.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public int PageNumberingPageCountIncrement { get; set; }
Visual Basic
Public Property PageNumberingPageCountIncrement As Integer
	Get
	Set
Visual C++
public:
property int PageNumberingPageCountIncrement {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also