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

In This Topic
    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