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

In This Topic
    FocalLength Property
    In This Topic
    Gets or sets the actual focal length of the lens, in mm.
    Syntax
    'Declaration
     
    Public Property FocalLength As System.Nullable(Of Single)
    public System.Nullable<float> FocalLength {get; set;}
    See Also