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