Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / UserCommentRaw Property

In This Topic
    UserCommentRaw Property
    In This Topic
    Gets or sets the keywords or comments on the image; complements ImageDescription.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property UserCommentRaw As System.Byte()
    public System.byte[] UserCommentRaw {get; set;}
    See Also