SetTextStampRotation

 

#include “BlackIceDEVMODE.h”

BOOL WINAPI SetTextStampRotation(BlackIceDEVMODE* pBlackIceDevMode, int iRotation);

 

Description

Sets the rotation degree (counterclockwise) used for the Text Stamp or Text Watermark text.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int iRotation                                       - new rotation value in degrees.

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None