#include “BlackIceDEVMODE.h”
BOOL GetTextStampRotation(BlackIceDEVMODE* pBlackIceDevMode, int* iRotation;
Description
Retrieves the rotation degree (counterclockwise) used for the Text Stamp or Text Watermark text.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* iRotation - pointer to the variable, that contains the rotation degree.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None