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.
SetTextOutputSpaceDetectionMethod(pDevMode As Long, iValue As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input 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)
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.