ClaimedReceiptPrinter.SidewaysMaxLines Property

Definition

Gets the maximum number of lines that the receipt printer station can print in sideways mode.

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

Property Value

UInt32

unsigned int

uint32_t

The maximum number of lines that the receipt printer station can print in sideways mode.

Applies to

See also