Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Format Property (CodecsImageInfo)








Gets the image file format.
Syntax
public RasterImageFormat Format {get;}
'Declaration
 
Public ReadOnly Property Format As RasterImageFormat
'Usage
 
Dim instance As CodecsImageInfo
Dim value As RasterImageFormat
 
value = instance.Format
public RasterImageFormat Format {get;}
@property (nonatomic, assign, readonly) LTRasterImageFormat format
public RasterImageFormat getFormat()
 get_Format(); 
public:
property RasterImageFormat Format {
   RasterImageFormat get();
}

Property Value

The image file format.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file