#include “BlackIceDEVMODE.h”
BOOL GetTextStampOffsetY(BlackIceDEVMODE* pBlackIceDevMode, int* iOffset);
Description
Retrieves the vertical offset value used for the Text Stamp or Text Watermark text. The unit that belongs to the value can be retrieved by the GetTextStampOffsetUnits function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* iOffset - pointer to the variable, that contains vertical offset of the text
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None