Inserts all pages of the specified TIFF file.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public bool InsertTIFF( string fileName, int pageIndex )
Public Function InsertTIFF ( _ fileName As String, _ pageIndex As Integer _ ) As Boolean
public: bool InsertTIFF( String^ fileName, int pageIndex )
Parameters
- fileName
- String
 The full path of a TIFF.
- pageIndex
- Int32
 The starting page where to insert the TIFF. 0 is the first page.


























