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

In This Topic
    LensSpecification Property
    In This Topic
    Gets or sets the minimum focal length, maximum focal length, minimum F number in the minimum focal length, and minimum F number in the maximum focal length, which are specification information for the lens that was used in photography.
    Syntax
    'Declaration
     
    Public Property LensSpecification As System.Single()
    public System.float[] LensSpecification {get; set;}
    See Also