barcodeType Property (WebBarcodeWriteRequestParams)
Gets or sets the type of barcode symbology.
'Declaration
Public Property barcodeType As Vintasoft.Barcode.BarcodeType
public Vintasoft.Barcode.BarcodeType barcodeType { get; set; }
public: __property Vintasoft.Barcode.BarcodeType get_barcodeType();
public: __property void set_barcodeType(
Vintasoft.Barcode.BarcodeType
);
public:
property Vintasoft.Barcode.BarcodeType barcodeType {
Vintasoft.Barcode.BarcodeType get();
void set(Vintasoft.Barcode.BarcodeType );
}
Property Value
Default value is Vintasoft.Barcode.BarcodeType.None.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5