ClaimedReceiptPrinter.SidewaysMaxChars Property

Definition

Gets the maximum number of characters that the receipt printer station can print on each line in sideways mode.

public:
 property unsigned int SidewaysMaxChars { unsigned int get(); };
uint32_t SidewaysMaxChars();
public uint SidewaysMaxChars { get; }
var uInt32 = claimedReceiptPrinter.sidewaysMaxChars;
Public ReadOnly Property SidewaysMaxChars As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of characters that the receipt printer station can print on each line in sideways mode.

Applies to

See also