GetBarcodeType

Returns the barcode type used for barcode generation. QR, Datamatrix, PDF417 and linear barcode types are supported. If linear (1D) barcode type is selected, the linear barcode standard can be specified using the Set1DBarcodeSubtype function.

GetBarcodeType (pDevMode As Long) As Long

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Return value - Returns the type of the barcode. Can be one of the following values:

            0: QR

            1: Data Matrix

            2: PDF 417

            3: 1D (Linear)

 

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