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


























