ImageGear v26.3 - Updated
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
    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