Gets or sets the x-coordinate of this
Watermark.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double X { get; set; }
Public Property X As Double
Get
Set
public:
property double X {
double get ();
void set (double value);
}
member X : float with get, set
Property Value
Type:
DoubleThe x-coordinate of this
Watermark.
See Also