Table of Contents

Class BarcodeCustomSectionData

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.CustomSection.CustomSectionData
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

CustomSectionBarcodeType

Type

Type of the custom section.

public string Type { get; }

Property Value

string

Value

Data to display the barcode.

public string Value { get; set; }

Property Value

string