Accusoft.PdfXpress7.Net
InsertPages Method




A InsertPagesOptions object which contains user configurable options to control the page insertion process.
Inserts pages into the current Document from another Document.
Syntax
'Declaration
 
Public Sub InsertPages( _
   ByVal options As InsertPagesOptions _
) 
'Usage
 
Dim instance As Document
Dim options As InsertPagesOptions
 
instance.InsertPages(options)
public void InsertPages( 
   InsertPagesOptions options
)
public: void InsertPages( 
   InsertPagesOptions* options
) 
public:
void InsertPages( 
   InsertPagesOptions^ options
) 

Parameters

options
A InsertPagesOptions object which contains user configurable options to control the page insertion process.
Remarks

This method inserts specified pages from Document object that contains a PDF that has been successfully opened into memory. The Document object calling this method must also contain a PDF that has been successfully opened into memory.

See Also

Reference

Document Class
Document Members
InsertPagesOptions Class
PageList Class
PageRange Class

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback