PosPrinterCapabilities Class

Definition

Represents the capabilities of the point-of-service printer.

public ref class PosPrinterCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PosPrinterCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PosPrinterCapabilities
Public NotInheritable Class PosPrinterCapabilities
Inheritance
Object Platform::Object IInspectable PosPrinterCapabilities
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

To get the capabilities of the point-of-service printer, use the PosPrinter.Capabilities property.

Properties

CanMapCharacterSet

Gets whether the point-of-service printer can map the characters that the application sends (in the character set that the ClaimedPosPrinter.CharacterSet property defines) to the character sets that the PosPrinter.SupportedCharacterSets property defines.

DefaultCharacterSet

Gets the character set that the point-of-service printer uses by default.

HasCoverSensor

Gets whether the point-of-service printer has a sensor that detects if the printer cover is open.

IsStatisticsReportingSupported

Gets whether the point-of-service printer supports reporting statistics.

IsStatisticsUpdatingSupported

Gets whether the point-of-service printer supports updating statistics.

IsTransactionSupported

Gets whether the point-of-service printer supports printer transactions.

Journal

Gets the capabilities of the journal station for the point-of-service printer.

The journal station is used for simple text messages that log transaction and activity information kept by the store for audit and other purposes.

PowerReportingType

Gets the power reporting capabilities of the point-of-service printer.

Receipt

Gets the capabilities of the receipt station for the point-of-service printer.

The receipt station is used to print transaction information that is typically given to the customer, or for store reports. Receipt contains either a knife to automatically cut the paper between transactions, or a tear bar to manually cut the paper.

Slip

Gets the capabilities of the slip station for the point-of-service printer.

The slip station is used to print information on a form that is typically given to the customer, or to print validation information on a form. The form type is usually a check or credit card slip.

Applies to

See also