Create image from image file
Visual Basic |
---|
Public Sub Open( _ ByVal FileName As String, _ Optional ByVal PageNumber As Long = 1 _ ) |
- FileName
- PageNumber
- Default value is 1.
This method generates an error if Image object is a zone.
This method reads the following image file formats:
- Bitonal: TIFF, PCX, BMP, PDF
- Color and Grayscale: TIFF, BMP, PDF, WMF, JPEG, Targa, PCX, and PICT.
Multipage TIFF and PDF image files are supported. See EFileFormat for list of supported formats.
PDF read requires CiPdf license.
Additional formats might be supported. Review current specification at www.inliteresearch.com or contact technical support support@inliteresearch.com
VB Example (Visual Basic) | ![]() | |
---|---|---|
|
Process Multi-page file (Visual Basic) | ![]() | |
---|---|---|
|
CiImage Object | Open | Save | SaveAs | Append