Skip to main content
A newer version of this page is available. .

OfficeImage.VerticalResolution Property

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

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v18.2.Core.dll

Declaration

public abstract float VerticalResolution { get; }

Property Value

Type Description
Single

The horizontal resolution of this image in pixels per inch.

See Also