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




In This Topic
    Language Property
    In This Topic
    Gets or sets Language property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Language As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.Language = value
     
    value = instance.Language
    public ImGearXMPBag<ImGearXMPString> Language {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_Language();
    public: __property void set_Language( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ Language {
       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 an unordered array specifying the languages used in the resource.
    See Also