#include “BlackIceDEVMODE.h”
BOOL GetTextStampPosition(BlackIceDEVMODE* pBlackIceDevMode, int* iPosition);
Description
Retrieves the Text Stamp or Text Watermark text alignment.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* iPosition - pointer to the variable, that contains the position. Possible values of the variable:
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
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None