Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

OfficeImage.VerticalResolution Property

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

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v19.1.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