ClaimedSlipPrinter.MaxLines Property

Definition

Gets the maximum number of lines that the slip printer station can print on a form.

public:
 property unsigned int MaxLines { unsigned int get(); };
uint32_t MaxLines();
public uint MaxLines { get; }
var uInt32 = claimedSlipPrinter.maxLines;
Public ReadOnly Property MaxLines As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of lines that the slip printer station can print on a form.

Applies to

See also