Image.OriginalHeight Property

Aspose.Note for .NET API

ImageOriginalHeight Property

Gets the original height. This is the original width of the image, before resizing.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public float OriginalHeight { get; }
Public ReadOnly Property OriginalHeight As Single
	Get
public:
property float OriginalHeight {
	float get ();
}
member OriginalHeight : float32 with get

Property Value

Type: Single
See Also