ICommonPosPrintStationCapabilities.IsDoubleWidePrintSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to

See also