Accusoft.ImagXpress13.Net
InsertPages Method




An imagXpress workspace instance.
A string which represents the TIFF or EXIF file containing the pages to be inserted into the TIFF/EXIF 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 TIFF or EXIF 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.

Inserts one or more new pages into a multi-page document.
Syntax
'Declaration
 
Public Shared Sub InsertPages( _
   ByVal imagXpress As ImagXpress, _
   ByVal sourceFileName As String, _
   ByVal sourcePageNumber As Integer, _
   ByVal numberOfPages As Integer, _
   ByVal destinationFileName As String, _
   ByVal destinationPageNumber As Integer _
) 
'Usage
 
Dim imagXpress As ImagXpress
Dim sourceFileName As String
Dim sourcePageNumber As Integer
Dim numberOfPages As Integer
Dim destinationFileName As String
Dim destinationPageNumber As Integer
 
ImageX.InsertPages(imagXpress, sourceFileName, sourcePageNumber, numberOfPages, destinationFileName, destinationPageNumber)
public static void InsertPages( 
   ImagXpress imagXpress,
   string sourceFileName,
   int sourcePageNumber,
   int numberOfPages,
   string destinationFileName,
   int destinationPageNumber
)
public: static void InsertPages( 
   ImagXpress* imagXpress,
   string* sourceFileName,
   int sourcePageNumber,
   int numberOfPages,
   string* destinationFileName,
   int destinationPageNumber
) 
public:
static void InsertPages( 
   ImagXpress^ imagXpress,
   String^ sourceFileName,
   int sourcePageNumber,
   int numberOfPages,
   String^ destinationFileName,
   int destinationPageNumber
) 

Parameters

imagXpress
An imagXpress workspace instance.
sourceFileName
A string which represents the TIFF or EXIF file containing the pages to be inserted into the TIFF/EXIF file.
sourcePageNumber
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.

numberOfPages
The number of pages from the source file that will be inserted. Valid values are from 1 to 65535
destinationFileName
A string which represents the TIFF or EXIF file where the pages are to be inserted.
destinationPageNumber
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

Reference

ImageX Class
ImageX Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback