SetTextStampPosition

 

#include “BlackIceDEVMODE.h”

BOOL SetTextStampPosition(BlackIceDEVMODE* pBlackIceDevMode, int iPosition);

 

Description

Sets the Text Stamp or Text Watermark text alignment.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iPosition                                       - new text position type. 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

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None