ICommonReceiptSlipCapabilities Interface

Definition

Represents the capabilities common to receipt and slip printer stations.

public interface class ICommonReceiptSlipCapabilities : ICommonPosPrintStationCapabilities
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(153643915, 39027, 19717, 191, 190, 71, 39, 166, 3, 143, 105)]
struct ICommonReceiptSlipCapabilities : ICommonPosPrintStationCapabilities
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(153643915, 39027, 19717, 191, 190, 71, 39, 166, 3, 143, 105)]
public interface ICommonReceiptSlipCapabilities : ICommonPosPrintStationCapabilities
Public Interface ICommonReceiptSlipCapabilities
Implements ICommonPosPrintStationCapabilities
Derived
Attributes
Implements

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)

Properties

CartridgeSensors

Gets information about the sensors that the printer station has available to report the status of the printer station.

(Inherited from ICommonPosPrintStationCapabilities)
ColorCartridgeCapabilities

Gets the color cartridges that the printer station can use to print in color.

(Inherited from ICommonPosPrintStationCapabilities)
Is180RotationSupported

Gets whether the receipt or slip printer station can print in a rotated upside-down mode.

IsBarcodeSupported

Gets whether the receipt or slip printer station can print barcodes.

IsBitmapSupported

Gets whether the receipt or slip printer station can print bitmaps.

IsBoldSupported

Gets whether the printer station can print bold characters.

(Inherited from ICommonPosPrintStationCapabilities)
IsDoubleHighDoubleWidePrintSupported

Gets whether the printer station can print characters that are both double-high and double-wide.

(Inherited from ICommonPosPrintStationCapabilities)
IsDoubleHighPrintSupported

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

(Inherited from ICommonPosPrintStationCapabilities)
IsDoubleWidePrintSupported

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

(Inherited from ICommonPosPrintStationCapabilities)
IsDualColorSupported

Gets whether the printer station can print a dark color plus an alternate color.

(Inherited from ICommonPosPrintStationCapabilities)
IsItalicSupported

Gets whether the printer station can print italic characters.

(Inherited from ICommonPosPrintStationCapabilities)
IsLeft90RotationSupported

Gets whether the receipt or slip printer station can print information rotated 90 degrees to the left.

IsPaperEmptySensorSupported

Gets whether the printer station has an out-of-paper sensor.

(Inherited from ICommonPosPrintStationCapabilities)
IsPaperNearEndSensorSupported

Gets whether the printer station has a low-paper sensor.

(Inherited from ICommonPosPrintStationCapabilities)
IsPrintAreaSupported

Gets whether the receipt or slip printer station supports setting a custom size for the area of the page on which the printer station should print.

IsPrinterPresent

Gets whether a printer station is present.

(Inherited from ICommonPosPrintStationCapabilities)
IsRight90RotationSupported

Gets whether the receipt or slip printer station can print information rotated 90 degrees to the right.

IsUnderlineSupported

Gets whether the printer station can underline characters.

(Inherited from ICommonPosPrintStationCapabilities)
RuledLineCapabilities

Gets information about the capabilities of the receipt or slip printer station to draw ruled lines.

SupportedBarcodeRotations

Gets a list of the directions in which the receipt or slip printer station can rotate a barcode when printing.

SupportedBitmapRotations

Gets a list of the directions in which the receipt or slip printer station can rotate a bitmap when printing.

SupportedCharactersPerLine

Gets a collection of the line widths in characters per line that the printer station supports.

(Inherited from ICommonPosPrintStationCapabilities)

Applies to

See also