←Select platform

MetadataItemsSupported Method

Summary

Checks whether the specified file format supports metadata.

Syntax
C#
VB
C++
public static bool MetadataItemsSupported( 
   RasterImageFormat format 
) 
Public Shared Function MetadataItemsSupported( _ 
   ByVal format As RasterImageFormat _ 
) As Boolean 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly