Skip to main content

OfficeImage.HorizontalResolution Property

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

Namespace: DevExpress.Office.Utils

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

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

Declaration

public abstract float HorizontalResolution { get; }

Property Value

Type Description
Single

The horizontal resolution of this image in pixels per inch.

See Also