PosPrinterCapabilities.IsTransactionSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the point-of-service printer supports printer transactions.
public:
property bool IsTransactionSupported { bool get(); };
bool IsTransactionSupported();
public bool IsTransactionSupported { get; }
var boolean = posPrinterCapabilities.isTransactionSupported;
Public ReadOnly Property IsTransactionSupported As Boolean
Property Value
Boolean
bool
True if the point-of-service printer supports printer transactions; otherwise false.