AttachedFile.MaxHeight Property

Aspose.Note for .NET API

AttachedFileMaxHeight Property

Gets or sets the maximum height to display the embedded file icon.

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

Property Value

Type: Single
See Also