Is1DWriteTextEnabled

Returns TRUE if the feature is enabled. If Write Text is enabled, the value of the barcode will be written under the code.

Is1DWriteTextEnabled (pDevMode As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - TRUE if the write text feature is enabled, FALSE otherwise.

 

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