Click or drag to resize

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; }

Property Value

Type: PdfNewPage
Remarks
The default value is null. In this case the element will be layout on the next page.
See Also