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

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