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

Show in webframe

MetadataItemsSupported Method








The RasterImageFormat to check.
Checks whether the specified file format supports metadata.
Syntax
public static bool MetadataItemsSupported( 
   RasterImageFormat format
)
'Declaration
 
Public Shared Function MetadataItemsSupported( _
   ByVal format As RasterImageFormat _
) As Boolean
'Usage
 
Dim format As RasterImageFormat
Dim value As Boolean
 
value = RasterCodecs.MetadataItemsSupported(format)
public static bool MetadataItemsSupported( 
   RasterImageFormat format
)
 function Leadtools.Codecs.RasterCodecs.MetadataItemsSupported( 
   format 
)
public:
static bool MetadataItemsSupported( 
   RasterImageFormat format
) 

Parameters

format
The RasterImageFormat to check.

Return Value

true if the specified file format supports metadata, otherwise false.
Example
For an example, refer to ReadMetadataItems.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

Error processing SSI file