ImageGear .NET - Updated
Format Property (ImGearDublinCoreXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Format Property
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
public ImGearXMPString Format {get; set;}
public: __property ImGearXMPString* get_Format();
public: __property void set_Format( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Format {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members