Skip to main content

OfficeImage.SizeInOriginalUnits Property

This property is overridden in OfficeImage descendants to get the size of a native image measured in original units.

Namespace: DevExpress.Office.Utils

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

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

Declaration

public abstract Size SizeInOriginalUnits { get; }

Property Value

Type Description
Size

A Size structure specifying the image size measured in original units.

See Also