See Also Examples Applies To
Begin a new page into the native pdf created by the PdfNewPdfEx() function.
Syntax
object.PdfNewPage ()
The PdfNewPage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. The new page number.
Remarks
Each new page must be closed with the PdfEndPage() function.
Category
PDF Functions