Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class > GetFormat Method : GetFormat(String) Method |
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 )
- (LTRasterImageFormat)formatOfFile:(NSString *)file error:(NSError **)error
function Leadtools.Codecs.RasterCodecs.GetFormat(String)( fileName )
public: RasterImageFormat GetFormat( String^ fileName )
GetInformation and GetFormat use GetInformation internally. So, if more information about the image is required, it is recommended to call GetInformation directly and obtain the data once.
For an example, refer to Load(string fileName, int pageNumber).