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

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