Accusoft.PdfXpressSdk Namespace > Document Class : 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).
'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 )
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).