Skip to main content

OfficeImage.VerticalResolution Property

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

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v24.1.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public abstract float VerticalResolution { get; }

Property Value

Type Description
Single

The horizontal resolution of this image in pixels per inch.

See Also