Skip to main content

OfficeImage.SizeInTwips Property

Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter).

Namespace: DevExpress.Office.Utils

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

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

Declaration

public Size SizeInTwips { get; }

Property Value

Type Description
Size

A Size structure specifying the image size measured in twips.

See Also