Winnovative HTML to PDF Converter Library for .NET
LastPageIndex Property
NamespacesWinnovative.WnvHtmlConvertConversionSummaryLastPageIndex
Winnovative HTML to PDF Converter Library for .NET
The index of the page where the rendering of the HTML ended. This information is useful when new elements are added after conversion in PostConvertActionEvent handler.
Declaration Syntax
C#Visual BasicVisual C++
public int LastPageIndex { get; set; }
Public Property LastPageIndex As Integer
	Get
	Set
public:
property int LastPageIndex {
	int get ();
	void set (int value);
}

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 7.0.0.0 (7.0.0.0)