Skip to main content
All docs
V26.1
  • DXImage.VerticalResolution Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public float VerticalResolution { get; }

    Property Value

    Type Description
    Single

    The vertical resolution of the image in pixels.

    See Also