Accusoft PDF Xpress Control v7.0
InsertAtPageNumber Property
Description
Gets and sets the page index of the target document which indicates the starting location where the pages of the SourceDocument are inserted.
Property Type
Read-write property
Syntax
Visual Basic
Public Property InsertAtPageNumber As Long
Return Type
A long value which represents the zero-based page index.
Remarks

The default value is 0.

Valid values are 0 to DocumentPageCount.

This property holds the page number in the target document where the pages will be inserted. The page that currently resides at this location will be shifted behind the inserted pages.

To insert pages at the beginning of the target document, set this property to a value of 0. To insert pages after the last page of the target document, set this property to a value of 1 beyond the last valid page number. For example, for a document with 5 pages, set this property to a value of 5 to insert pages at the end of the document.

See Also

InsertPagesOptions Object  | InsertPagesOptions Members  | DocumentPageCount Property  | SourceDocument Property

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback