Gets or sets the bottom margin.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Bottom { get; set; }
Public Property Bottom As Double
Get
Set
public:
property double Bottom {
double get ();
void set (double value);
}
member Bottom : float with get, set
Property Value
Type:
DoubleHorizontal offset from parent bottom border.
See Also