EXIF_UserComment is a tag to write keywords or comments on the image besides those in EXIF_ImageDescription, and without the character code limitations of the EXIF_ImageDescription tag.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string EXIF_UserComment { get; set; }
Public Property EXIF_UserComment As String
	Get
	Set
public:
property String^ EXIF_UserComment {
	String^ get ();
	void set (String^ value);
}

See Also