Accusoft PDF Xpress Control v5.0
CreatePage Method
See Also  Send comments on this topic.
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.
PdfDocument Object : CreatePage Method

Glossary Item Box

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

©2012. Accusoft Corporation. All Rights Reserved.