Adds a new empty page to a PDF document.
Visual Basic |
---|
Public Sub CreatePage( _ ByVal PageNumber As Long, _ ByVal PageOptions As PageOptions _ ) |
- PageNumber
- A long value which represents the page number. It represents the page that the new page will be inserted behind. If no pages exist in the document, then use a negative one (-1) to create page number zero (0).
- PageOptions
- PageOptions values to set for the new page added.