Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifRational Class / RawValues Property

In This Topic
    RawValues Property (ExifRational)
    In This Topic
    Gets the array of unsigned rational values in raw format as defined in Exif specification.
    Syntax
    'Declaration
     
    Public ReadOnly Property RawValues As System.UInteger()
    public System.uint[] RawValues {get;}
    See Also