Accusoft.PdfXpress7.Net
CreatePage Method




An integer 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).

A PageOptions objects which contains instructions for adding the new page.
Adds a new empty page to a PDF document.
Syntax
'Declaration
 
Public Sub CreatePage( _
   ByVal pageNumber As Integer, _
   ByVal options As PageOptions _
) 
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim options As PageOptions
 
instance.CreatePage(pageNumber, options)
public void CreatePage( 
   int pageNumber,
   PageOptions options
)
public: void CreatePage( 
   int pageNumber,
   PageOptions* options
) 
public:
void CreatePage( 
   int pageNumber,
   PageOptions^ options
) 

Parameters

pageNumber

An integer 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).

options
A PageOptions objects which contains instructions for adding the new page.
See Also

Reference

Document Class
Document Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback