The index of the page where the rendering of a page element ended. This information is useful for paged output of elements to continue adding new elements after this element

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

Syntax

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

Property Value

Type: Int32

See Also