'Declaration Public Function New( _
ByVal barcodeTypeThe type of barcode symbology.As BarcodeType, _
ByVal nameThe name of barcode symbology.As String _
)
public BarcodeSymbology(
BarcodeType barcodeType,
string name
)
public: BarcodeSymbology(
BarcodeType barcodeType,
string* name
)
public:
BarcodeSymbology(
BarcodeType barcodeType,
string^ name
)
Parameters
- barcodeType
- The type of barcode symbology.
- name
- The name of barcode symbology.