SlipPrinterCapabilities.IsDoubleHighPrintSupported Property

Definition

Gets whether the slip printer station can print double-high characters.

public:
 property bool IsDoubleHighPrintSupported { bool get(); };
bool IsDoubleHighPrintSupported();
public bool IsDoubleHighPrintSupported { get; }
var boolean = slipPrinterCapabilities.isDoubleHighPrintSupported;
Public ReadOnly Property IsDoubleHighPrintSupported As Boolean

Property Value

Boolean

bool

True if the slip printer station can print double-high characters; otherwise false.

Implements

Applies to

See also