Returns the format of the Text Output.
GetTextOutputFormat(pDevMode As Long) As Long
Input value - handle to the BlackIceDEVMODE structure
Return value - One of the following values:
0: Plain text (default)
1: Add font information, position and style
2: Text with layout
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.