BarcodeScannerGetSymbologyAttributesRequest.Symbology Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the barcode symbology. Possible values are defined in the BarcodeSymbologies class.
public:
property unsigned int Symbology { unsigned int get(); };
uint32_t Symbology();
public uint Symbology { get; }
var uInt32 = barcodeScannerGetSymbologyAttributesRequest.symbology;
Public ReadOnly Property Symbology As UInteger
Property Value
The specific barcode symbology.