ICommonPosPrintStationCapabilities.IsDoubleHighPrintSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to

See also