Image.Height Property

Aspose.Note for .NET API

ImageHeight Property

Gets or sets the height. This is the real height of the image in the MS OneNote document.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public float Height { get; set; }
Public Property Height As Single
	Get
	Set
public:
property float Height {
	float get ();
	void set (float value);
}
member Height : float32 with get, set

Property Value

Type: Single
See Also