ConversionSummaryLastPageIndex Property |
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.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic int LastPageIndex { get; set; }
Public Property LastPageIndex As Integer
Get
Set
Property Value
Type:
Int32
See Also