Accusoft ImagXpress 13
InsertPages Method
A String which represents the file containing the pages to be inserted into the file.

The position in the source file from where the source pages start.
This is a one-based index.

Note: 0 is treated the same as a 1. Valid values are from 0 to 65535.

The number of pages from the source file that will be inserted. Valid values are from 1 to 65535.
A String which represents the file where the pages are to be inserted.

The position in the destination file at which the pages are inserted.
This is a one-based index.

Note: 0 is treated the same as a 1. The maximum destination page number supported is 65535.

Description
Inserts one or more new pages into a multi-page document.
Syntax
Visual Basic
Public Sub InsertPages( _
   ByVal sourceFile As String, _
   ByVal sourcePageNbr As Long, _
   ByVal NumPages As Long, _
   ByVal destFile As String, _
   ByVal destPageNbr As Long _
) 
Parameters
sourceFile
A String which represents the file containing the pages to be inserted into the file.
sourcePageNbr

The position in the source file from where the source pages start.
This is a one-based index.

Note: 0 is treated the same as a 1. Valid values are from 0 to 65535.

NumPages
The number of pages from the source file that will be inserted. Valid values are from 1 to 65535.
destFile
A String which represents the file where the pages are to be inserted.
destPageNbr

The position in the destination file at which the pages are inserted.
This is a one-based index.

Note: 0 is treated the same as a 1. The maximum destination page number supported is 65535.

Remarks

This method is for TIFF and EXIF file formats.

Note: Available in Professional edition.

See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback