IsP417Truncated

Returns TRUE if truncated PDF 417 symbols are enabled. Truncated PDF 417 symbols are smaller but they are less tolerant to damage.

IsP417Truncated (pDevMode As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - TRUE if truncated PDF 417 symbols are enabled, FALSE otherwise.

 

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