AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : InsertPages Method |
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 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.
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 _ ) |
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 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.
This method is for TIFF and EXIF file formats.
Note: Available in Professional edition.