ExpertPdf Html to Pdf Converter Library
LastPageIndex Property
NamespacesExpertPdf.HtmlToPdfConversionSummaryLastPageIndex
ExpertPdf Html to Pdf Converter Library
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);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)