VertPos

Top  Previous  Next

Set VertPos to any of the enumerations that specifies the position of watermark in the document.  Following are the possible values for TxgtVerticalPosition:

 

 

Vertical Position

Values

vpTop

0

vpMiddle

1

vpBottom

2

vpCustom

3

 

Syntax

 

 

 

[VC++]

long GetVertPos();

void SetVertPos(long nNewValue);

 

[CS]

public abstract new TxgtVerticalPosition VertPos [  get,  set ]

 

[VB]

Property VertPos As TxgtVerticalPosition

 

 

 

 

Note

 

 

If this property is set to vpCustom, then Y is used as its vertical position.