ImageGear .NET
UserComment Property (ImGearEXIFXMPMetadata)




Gets or sets UserComment property of the EXIF XMP schema.
Syntax
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);
}
'Declaration
 
Public Property UserComment As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.UserComment = value
 
value = instance.UserComment

Property Value

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback