GetTextStampPosition

 

Returns the Text Stamp or Text Watermark text alignment.

GetTextStampPosition (pDevMode As Long) As Long

 

Input value    - handle to the BlackIceDEVMODE structure

Return value – text alignment. Possible values:

0: The text will be aligned to Top Left

1: The text will be aligned to Top Right

2: The text will be aligned to Center

3: The text will be aligned to Bottom Left

4: The text will be aligned to Bottom Right

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.