module AvailableBarcodeModulesFlags
{
const int ABM_1D = 0x00000001;
const int ABM_PDF417 = 0x00000002;
const int ABM_Aztec = 0x00000004;
const int ABM_QRCode = 0x00000008;
const int ABM_MaxiCode = 0x00000010;
const int ABM_DataMatrix = 0x00000020;
const int ABM_Autolocation = 0x00000040;
};
這個頁面有幫助嗎?