Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeImage.VerticalResolution Property

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

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

public abstract float VerticalResolution { get; }

Property Value

Type Description
Single

The horizontal resolution of this image in pixels per inch.

See Also