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

OfficeImage.SizeInDocuments Property

Gets the size of an image in DocumentUnit.Document units.

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

public Size SizeInDocuments { get; }

Property Value

Type Description
Size

A Size structure specifying the image size measured in documents.

See Also