GetTextOutputSpaceDetectionMethod

The Detect space in text feature automatically detects the space characters between the EMF records from the input document, and inserts the spaces between the appropriate words in the text output.

GetTextOutputSpaceDetectionMethod(pDevMode As Long) As Long

 

Input value   - handle to the BlackIceDEVMODE structure

Return value            - One of the following values:

0:         Never insert spaces between records

1:         Always insert spaces between records

2:         calculate the distance between the records on the page and insert spaces accordingly (default)

 

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