InsertTIFFImageFile inserts the file InsertingFileName in SourceFileName saving all to OutFileName.
It is a fast operation because both sources and destination images are uncompressed.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public static void InsertTIFFImageFile( string sourceFileName, string insertingFileName, string outFileName, int index )
Public Shared Sub InsertTIFFImageFile ( _ sourceFileName As String, _ insertingFileName As String, _ outFileName As String, _ index As Integer _ )
public: static void InsertTIFFImageFile( String^ sourceFileName, String^ insertingFileName, String^ outFileName, int index )
Parameters
- sourceFileName
- String
The source file name
- insertingFileName
- String
The file to insert
- outFileName
- String
The destination file name
- index
- Int32
index is the page where to insert the file.