Sets the line break format used by the Printer Driver’s Text Output.
SetTextOutputLineBreak(pDevMode As Long, iValue As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value -one of the following values:
1: CRLF – Used on Windows systems (default)
2: LF – Used on Mac OS X and Unix systems
3: CR – Used on Mac OS 9 or older systems
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.