GetTextOutputSpaceDetectionMethod

 

#include “BlackIceDEVMODE.h”

 

DWORD GetTextOutputSpaceDetectionMethod (BlackIceDEVMODE* pBlackIceDevMode)

Description

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.

Parameters

Input value   - pointer to the BlackIceDEVMODE structure

Return value

One of the values of the TEXTOUTPUT_ADDSPACE enum:

TEXTOUTPUT_ADDSPACE_NEVER     = 0,  // never insert spaces between records

TEXTOUTPUT_ADDSPACE_ALWAYS    = 1,  // always insert spaces between records

TEXTOUTPUT_ADDSPACE_AUTO      = 2   // calculate the distance between the records on the page and insert spaces accordingly. (default)

Programming Notes

None

Code Example

None