TBarCode Library 11  TBarCode Library 11
BOOL _stdcall BCIsWordWrappingEnabled ( t_BarCode pBarCode)

[NOT IMPLEMENTED YET!]
Determines if word wrapping is enabled for the currently active text object (usually the human readable text).

NOT IMPLEMENTED YET
Note:
Works only if the currently active text is NOT the human readable text (with index 0) but one of the extra text objects.
The currently active text object can be selected by calling BCSetActiveTextIndex()..
See also:
BCSetTextPosition(), BCSetActiveTextIndex()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
trueText is word wrapped.
falseText is not word wrapped.