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