ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / UserComment Property




In This Topic
    UserComment Property (ImGearEXIFXMPMetadata)
    In This Topic
    Gets or sets UserComment property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property UserComment As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPLangAlt
     
    instance.UserComment = value
     
    value = instance.UserComment
    public ImGearXMPLangAlt UserComment {get; set;}
    public: __property ImGearXMPLangAlt* get_UserComment();
    public: __property void set_UserComment( 
       ImGearXMPLangAlt* value
    );
    public:
    property ImGearXMPLangAlt^ UserComment {
       ImGearXMPLangAlt^ get();
       void set (    ImGearXMPLangAlt^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
    Remarks
    This XMP property represents EXIF tag 37510 (0x9286) and specifies comments from user.
    See Also