Add one page of the document for processing.

 

   

Syntax
 

[C#]
void AddPage(int page)

[Visual Basic]
Function AddPage(page As int)

 

   

Params
 
Name Description
page The one based number of the page.

 

   

Notes
 
Add one page of the document for processing.

 

   

Example
 
None.