This property value is derived from the image tags relating to user information.

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

[Visual Basic] Public ReadOnly Property UserComment As String
[C#] public string UserComment {get;}

Property Value

The UserComment tag is identified based on an UserCommentID code in a fixed 8-byte area at the start of the tag data area. The unused portion of the area is padded with NULL("00.H").

Character Code Code Designation (8 Bytes) References
ASCII 0x41,0x53,0x43,0x49,0x49,0x00,0x00,0x00 ITU-T T.50 IA5x
JIS 0x4A,0x49,0x53,0x00,0x00,0x00,0x00,0x00 JIS X0208-1990xi
Unicode 0x55,0x4E,0x49,0x43,0x4F,0x44,0x45,0x00 Unicode Standard xii
Undefined 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 Undefined

In Visual Basic, please replace 0x with &H 

Explanation

The UserComment property value is derived from the image tags relating to user information. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation