JournalPrinterCapabilities.IsDoubleWidePrintSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Implements

Applies to

See also