ClearImageNet Send comments on this topic.
Open(String) Method
See Also 
Inlite.ClearImageNet Namespace > ImageIO Class > Open Method : Open(String) Method




fileName
Name of the file
Reads the image from the specified file

Syntax

Visual Basic (Declaration) 
Public Overloads Function Open( _
   ByVal fileName As String _
) As Bitmap
Visual Basic (Usage)Copy Code
Dim instance As ImageIO
Dim fileName As String
Dim value As Bitmap
 
value = instance.Open(fileName)
C# 
public Bitmap Open( 
   string fileName
)
Managed Extensions for C++ 
public: Bitmap Open( 
   string* fileName
) 
C++/CLI 
public:
Bitmap Open( 
   String^ fileName
) 

Parameters

fileName
Name of the file

Return Value

Bitmap object

Remarks

For multi-page files reads the first page.
If PDF file page contains a page-size image, extracted image is returned.
Otherwise PDF page is rasterized and raster image is returned.

Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.

See Also

Generated from assembly ClearImageNet [5.7.1.0]