次の方法で共有


PosPrinterCapabilities.IsTransactionSupported プロパティ

定義

ポイント オブ サービス プリンターがプリンター トランザクションをサポートするかどうかを取得します。

public:
 property bool IsTransactionSupported { bool get(); };
bool IsTransactionSupported();
public bool IsTransactionSupported { get; }
var boolean = posPrinterCapabilities.isTransactionSupported;
Public ReadOnly Property IsTransactionSupported As Boolean

プロパティ値

Boolean

bool

True を指定すると、サービスポイント プリンターでプリンター トランザクションがサポートされます。それ以外の場合は false。

適用対象