Accusoft.ImagXpress13.Net
InsertPage Method




An imagXpress workspace instance.
A string which represents the TIFF or EXIF file containing a page to be inserted into the TIFF file.
The destination TIFF or EXIF file, which includes the inserted page.
The position in the destination file at which the page is added.

This is a one-based index.

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

Inserts a new page into a multi-page document.
Syntax
'Declaration
 
Public Shared Sub InsertPage( _
   ByVal imagXpress As ImagXpress, _
   ByVal srcFileName As String, _
   ByVal dstFileName As String, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim imagXpress As ImagXpress
Dim srcFileName As String
Dim dstFileName As String
Dim pageNumber As Integer
 
ImageX.InsertPage(imagXpress, srcFileName, dstFileName, pageNumber)
public static void InsertPage( 
   ImagXpress imagXpress,
   string srcFileName,
   string dstFileName,
   int pageNumber
)
public: static void InsertPage( 
   ImagXpress* imagXpress,
   string* srcFileName,
   string* dstFileName,
   int pageNumber
) 
public:
static void InsertPage( 
   ImagXpress^ imagXpress,
   String^ srcFileName,
   String^ dstFileName,
   int pageNumber
) 

Parameters

imagXpress
An imagXpress workspace instance.
srcFileName
A string which represents the TIFF or EXIF file containing a page to be inserted into the TIFF file.
dstFileName
The destination TIFF or EXIF file, which includes the inserted page.
pageNumber
The position in the destination file at which the page is added.

This is a one-based index.

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

Remarks

This method is for TIFF and EXIF file formats.

Note: Available in Professional edition.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback