Accusoft.ImagXpressSdk Namespace > ImageX Class : InsertPage Method |
This is a one-based index.
Note: 0 is treated the same as a 1. The maximum page number supported is 65535.
'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 )
This is a one-based index.
Note: 0 is treated the same as a 1. The maximum page number supported is 65535.
This method is for TIFF and EXIF file formats.
Note: Available in Professional edition.