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

In This Topic
    FocalPlaneXResolution Property
    In This Topic
    Gets or sets the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane.
    Syntax
    'Declaration
     
    Public Property FocalPlaneXResolution As System.Nullable(Of Single)
    public System.Nullable<float> FocalPlaneXResolution {get; set;}
    See Also