Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifFloat Class / Values Property

In This Topic
    Values Property (ExifFloat)
    In This Topic
    Gets the array of single-precision floating-point numbers.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Single()
    public System.float[] Values {get;}
    See Also