Class BarcodeCustomSectionData
- Assembly
- anybill.POS.Client.Abstractions.dll
Barcode section
public class BarcodeCustomSectionData : CustomSectionDataBase, ICustomSectionData
- Inheritance
-
BarcodeCustomSectionData
- Implements
- Inherited Members
Properties
BarcodeType
Type of the barcode. Default = Barcode (Code39)
public CustomSectionBarcodeType BarcodeType { get; set; }
Property Value
Type
Type of the custom section.
public string Type { get; }
Property Value
Value
Data to display the barcode.
public string Value { get; set; }