X

Top  Previous  Next

This property is used to set horizontal X position in which the watermark is placed provided HorizPos is set to hpCustom.

 

 

 

Syntax

 

 

 

[VC++]

double GetX();

void SetX(double newValue);

 

[CS]

public abstract new double X [  get,  set ]

 

[VB]

Property X As Double