EndPageLayoutEventArgs
NextPage Property
|
Gets or sets a value indicating the next page where the element should be layout if the process is not finished or stopped.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfNewPage NextPage { get; set; }
Public Property NextPage As PdfNewPage
Get
Set
public:
property PdfNewPage^ NextPage {
PdfNewPage^ get ();
void set (PdfNewPage^ value);
}
member NextPage : PdfNewPage with get, set
Property Value
Type:
PdfNewPage
Remarks
The default value is null. In this case the element will be layout on the next page.
See Also