←Select platform

MetadataItemsSupported Method

Summary

Checks whether the specified file format supports metadata.

Syntax

C#
VB
WinRT C#
C++
public static bool MetadataItemsSupported( 
   RasterImageFormat format 
) 
Public Shared Function MetadataItemsSupported( _ 
   ByVal format As Leadtools.RasterImageFormat _ 
) As Boolean 
public static bool MetadataItemsSupported(  
   Leadtools.RasterImageFormat format 
) 
 function Leadtools.Codecs.RasterCodecs.MetadataItemsSupported(  
   format  
) 
public: 
static bool MetadataItemsSupported(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly