AttachedFile.Height Property

Aspose.Note for .NET API

AttachedFileHeight Property

Gets the original height of the embedded file icon.

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

Property Value

Type: Single
See Also