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.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
PdfNewPage
Remarks
The default value is null. In this case the element will be layout on the next page.