Accusoft.PdfXpress7.Net
InsertAtPageNumber Property




Gets and sets the page index of the target document that indicates where the pages of the SourceDocument are to be inserted.
Syntax
'Declaration
 
Public Property InsertAtPageNumber As Integer
'Usage
 
Dim instance As InsertPagesOptions
Dim value As Integer
 
instance.InsertAtPageNumber = value
 
value = instance.InsertAtPageNumber
public int InsertAtPageNumber {get; set;}
public: __property int get_InsertAtPageNumber();
public: __property void set_InsertAtPageNumber( 
   int value
);
public:
property int InsertAtPageNumber {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the page of the target document.
Remarks

The default value is 0.

Valid values are 0 to Document.PageCount.

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

Reference

InsertPagesOptions Class
InsertPagesOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback