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

In This Topic
    ExposureTime Property
    In This Topic
    Gets or sets the exposure time, given in seconds.
    Syntax
    'Declaration
     
    Public Property ExposureTime As System.Nullable(Of Single)
    public System.Nullable<float> ExposureTime {get; set;}
    See Also