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

In This Topic
    XResolution Property
    In This Topic
    Gets or sets the number of pixels per ResolutionUnit in the ImageWidth direction.
    Syntax
    'Declaration
     
    Public Property XResolution As System.Nullable(Of Single)
    public System.Nullable<float> XResolution {get; set;}
    See Also