ClearImage .NET API
Open(String) Method





Inlite.ClearImageNet Namespace > ImageIO Class > Open Method : Open(String) Method
Name of the file
Reads the image from the specified file
Syntax
'Declaration
 
Public Overloads Function Open( _
   ByVal fileName As System.String _
) As System.Drawing.Bitmap
'Usage
 
Dim instance As ImageIO
Dim fileName As System.String
Dim value As System.Drawing.Bitmap
 
value = instance.Open(fileName)
public System.Drawing.Bitmap Open( 
   System.string fileName
)
public function Open( 
    fileName: System.String
): System.Drawing.Bitmap; 
public function Open( 
   fileName : System.String
) : System.Drawing.Bitmap;
public:
System.Drawing.Bitmap^ Open( 
   System.String^ fileName
) 

Parameters

fileName
Name of the file

Return Value

Bitmap object
Remarks

This method reads an image from an image file.  The first page in multi-page TIFF and PDF files is read.
See Image file opening guidelines on Inlite's How-to Web Site

See Also

Reference

ImageIO Class
ImageIO Members
Overload List