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

In This Topic
    ShutterSpeedValue Property
    In This Topic
    Gets or sets the shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting.
    Syntax
    'Declaration
     
    Public Property ShutterSpeedValue As System.Nullable(Of Single)
    public System.Nullable<float> ShutterSpeedValue {get; set;}
    See Also