Sets the rotation degree (counterclockwise) used for the Text Stamp or Text Watermark text.
SetTextStampRotation (pDevMode As Long, iRotation As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - new rotation value in degrees
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.