Set1DBarcodeSubtype

Sets the 1D barcode standard used for barcode generation. For this function to make effect, the linear (1D) barcode type must be selected using the SetBarcodeType function.

Set1DBarcodeSubtype (pDevMode As Long, dwType As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Input value - dwType: the type of the barcode. Can be one of the following values:

            0: Codabar

            1: Code 11

            2: Code 128

            3: Code 39

            4: EAN 8

            5: EAN 13

            6: Industrial 2 from 5

            7: Interleaved 2 from 5

            8: Matrix 2 from 5

            9: Plessey

            10: UPC-A

            11: UPC-E

Return value - TRUE on success, FALSE otherwise.

 

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