←Select platform

GetFormat(string) Method

Summary

Gets the format of the image in a disk file.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public RasterImageFormat GetFormat( 
   string fileName 
) 
Public Overloads Function GetFormat( _ 
   ByVal fileName As String _ 
) As Leadtools.RasterImageFormat 
public Leadtools.RasterImageFormat GetFormat(  
   string fileName 
) 
- (LTRasterImageFormat)formatOfFile:(NSString *)file error:(NSError **)error 
 function Leadtools.Codecs.RasterCodecs.GetFormat(String)(  
   fileName  
) 
public: 
Leadtools.RasterImageFormat GetFormat(  
   String^ fileName 
)  

Parameters

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

Return Value

The format of the image.

Remarks

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.

Example

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly