Click or drag to resize
AddElementResultEndPageIndex Property
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: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public int EndPageIndex { get; set; }

Property Value

Type: Int32
See Also