ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Format Property




In This Topic
Format Property (ImGearDublinCoreXMPMetadata)
In This Topic
Gets or sets Format property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Format As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPString
 
instance.Format = value
 
value = instance.Format

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies the file format used when saving the resource. Tools and applications should set this property to the save format of the data.
See Also