Margins.Bottom Property

Aspose.Note for .NET API

MarginsBottom Property

Gets or sets the bottom margin width.

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

Property Value

Type: Single
See Also