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( Stream stream, int pageIndex )
Public Function InsertPage ( _ stream As Stream, _ pageIndex As Integer _ ) As Boolean
public: bool InsertPage( Stream^ stream, int pageIndex )
Parameters
- stream
- Stream
 The stream which contains a supported image format.
- pageIndex
- Int32
 The starting page where to insert the image. 0 is the first page.


























