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
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfPage EndPdfPage { get; set; }
Public Property EndPdfPage As PdfPage
Get
Set
public:
property PdfPage^ EndPdfPage {
PdfPage^ get ();
void set (PdfPage^ value);
}
member EndPdfPage : PdfPage with get, set
Property Value
PdfPage