Accusoft ImagXpress 13
InsertPage Method
A string which represents the TIFF or EXIF file containing a page to be inserted into the TIFF file.
The name of the destination file, which will include the inserted page.

The 1-indexed page number before which the new page should be inserted.

Note that the value of this argument will not cause any sort of validation error. The following rules apply:

Description
Inserts a new page into a multi-page document.
Syntax
Visual Basic
Public Sub InsertPage( _
   ByVal sourceFile As String, _
   ByVal destFile As String, _
   ByVal PageNbr As Long _
) 
Parameters
sourceFile
A string which represents the TIFF or EXIF file containing a page to be inserted into the TIFF file.
destFile
The name of the destination file, which will include the inserted page.
PageNbr

The 1-indexed page number before which the new page should be inserted.

Note that the value of this argument will not cause any sort of validation error. The following rules apply:

  • A value of 0 will be treated the same as a value of 1 (that is, the page will be inserted at the beginning of the document).
  • A negative value will cause the page to be inserted at the end of the document.
  • A positive value greater than the number of pages will also cause the page to be inserted at the end of the document.
  • The maximum 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  | DeletePage Method  | CompactFile Method  | Tiff Format

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback