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