LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GetFormat(String) Method

Show in webframe







A System.String containing the name of the image file to query.
Gets the format of the image in a disk file.
Syntax
public RasterImageFormat GetFormat( 
   string fileName
)
'Declaration
 
Public Overloads Function GetFormat( _
   ByVal fileName As String _
) As RasterImageFormat
'Usage
 
Dim instance As RasterCodecs
Dim fileName As String
Dim value As RasterImageFormat
 
value = instance.GetFormat(fileName)
public RasterImageFormat GetFormat( 
   string fileName
)

            

            
 function Leadtools.Codecs.RasterCodecs.GetFormat(String)( 
   fileName 
)
public:
RasterImageFormat GetFormat( 
   String^ fileName
) 

Parameters

fileName
A System.String containing the name of the image file to query.

Return Value

The format of the image.
Remarks

GetInformation(String,Boolean) and GetFormat(String) use GetInformation(String,Boolean) internally. So, if more information about the image is required, it is recommended to call GetInformation(String,Boolean) directly and obtain the data once.

Example

For an example, refer to Load(string fileName, int pageNumber).

Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.