ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataHead Class : GetTargetFormat Method |
'Declaration Public Function GetTargetFormat() As ImGearFormats
'Usage Dim instance As ImGearMetadataHead Dim value As ImGearFormats value = instance.GetTargetFormat()
public ImGearFormats GetTargetFormat()
public: ImGearFormats GetTargetFormat();
public: ImGearFormats GetTargetFormat();
The target format can affect the functionality of the Simplified Metadata API. A simplified metadata accessor can be initialized for the metadata tree only if it has a compatible target format. For example, if the target format is TIFF or JPEG, the application can initialize an IPTC accessor for the metadata tree and add IPTC tags. But if target format is BMP, adding an IPTC accessor will result in an exception.