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

In This Topic
    ApertureValue Property
    In This Topic
    Gets or sets the lens aperture.
    Syntax
    'Declaration
     
    Public Property ApertureValue As System.Nullable(Of Single)
    public System.Nullable<float> ApertureValue {get; set;}
    See Also