Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / ISOSpeed Property

In This Topic
    ISOSpeed Property
    In This Topic
    Gets or sets the ISO speed value of a camera or input device that is defined in ISO 12232.
    Syntax
    'Declaration
     
    Public Property ISOSpeed As System.Nullable(Of UInteger)
    public System.Nullable<uint> ISOSpeed {get; set;}
    See Also