Interface ITextPosition
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
Model for text position / text line in coupons.
public interface ITextPosition
Properties
Barcode
The bar code. Please set BarcodeType to set the correct type.
string Barcode { get; set; }
Property Value
Remarks
Send bar code without check digit. Sending bar code without setting BarcodeType will not print a bar code.
BarcodeType
The type of the bar code if property Barcode is set.
BarcodeType? BarcodeType { get; set; }
Property Value
Text
The text of the position.
string Text { get; set; }