GetTextOutputLineBreak

Returns the line break format used by the Printer Driver’s Text Output.

GetTextOutputLineBreak(pDevMode As Long) As Long

 

Input value   - handle to the BlackIceDEVMODE structure

Return 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

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.