ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Type Property




In This Topic
    Type Property (ImGearDublinCoreXMPMetadata)
    In This Topic
    Gets or sets Type property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Type As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Type = value
     
    value = instance.Type
    public ImGearXMPBag<ImGearXMPString> Type {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Type();
    public: __property void set_Type( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Type {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    Remarks
    This XMP property specifies a document type; for example, novel, poem, or working paper.
    See Also