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