Get1DBarcodeSubtype

Returns the 1D barcode standard used for barcode generation. The returned standard is only used if the linear (1D). barcode type is selected with the SetBarcodeType function.

Get1DBarcodeSubtype (pDevMode As Long) As Long

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - Returns the used 1d barcode standard. 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

 

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