Accusoft PDF Xpress Control v6.0
CreatePage Method
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 values to set for the new page added.
Description
Adds a new empty page to a PDF document.
Syntax
Visual Basic
Public Sub CreatePage( _
   ByVal PageNumber As Long, _
   ByVal PageOptions As PageOptions _
) 
Parameters
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.
See Also

PdfDocument Object  | PdfDocument Members  | PageOptions Object

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback