When enabled, the printer driver will add structured append information to the data matrix code. Using the structured append feature, up to 16 Data Matrix symbols can be linked. The original data or file can be reconstructed from the linked symbols regardless of the order of the symbols.
EnableDMAppend(pDevMode As Long) As Boolean
Input value - pDevMode: handle to the BlackIceDEVMODE structure
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.