Skip to main content
All docs
V24.2

DXImage.VerticalResolution Property

Gets the vertical resolution of the image in pixels per inch.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public float VerticalResolution { get; }

Property Value

Type Description
Single

The vertical resolution of the image in pixels.

See Also