AddElementResultEndPdfPage Property

The PDF 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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfPage EndPdfPage { get; set; }

Property Value

PdfPage

See Also