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

Picture.OriginalHeight Property

Gets the height of an image residing in the Picture object.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

float OriginalHeight { get; }

Property Value

Type Description
Single

A Single value that is the height of an image in units specified by the ISpreadsheetComponent.Unit value.

See Also