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: 6.2.6.0 (6.2.6.2020)
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
PdfNewPageRemarks
The default value is null. In this case the element will be layout on the next page.