ICommonReceiptSlipCapabilities 接口

定义

表示收据和单据打印机站通用的功能。

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
派生
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

CartridgeSensors

获取打印机站可用于报告打印机站状态的传感器的信息。

(继承自 ICommonPosPrintStationCapabilities)
ColorCartridgeCapabilities

获取打印机站可用于彩色打印的彩色墨盒。

(继承自 ICommonPosPrintStationCapabilities)
Is180RotationSupported

获取收据或单据打印机站是否可以在旋转的倒置模式下打印。

IsBarcodeSupported

获取收据或单据打印机站是否可以打印条形码。

IsBitmapSupported

获取收据或单据打印机站是否可以打印位图。

IsBoldSupported

获取打印机站是否可以打印粗体字符。

(继承自 ICommonPosPrintStationCapabilities)
IsDoubleHighDoubleWidePrintSupported

获取打印机站是否可以打印双高和双宽字符。

(继承自 ICommonPosPrintStationCapabilities)
IsDoubleHighPrintSupported

获取打印机站是否可以打印双高字符。

(继承自 ICommonPosPrintStationCapabilities)
IsDoubleWidePrintSupported

获取打印机站是否可以打印双宽字符。

(继承自 ICommonPosPrintStationCapabilities)
IsDualColorSupported

获取打印机站是否可以打印深色加备用颜色。

(继承自 ICommonPosPrintStationCapabilities)
IsItalicSupported

获取打印机站是否可以打印斜体字符。

(继承自 ICommonPosPrintStationCapabilities)
IsLeft90RotationSupported

获取收据或单据打印机站是否可以打印向左旋转 90 度的信息。

IsPaperEmptySensorSupported

获取打印机站是否具有纸外传感器。

(继承自 ICommonPosPrintStationCapabilities)
IsPaperNearEndSensorSupported

获取打印机站是否具有低纸张传感器。

(继承自 ICommonPosPrintStationCapabilities)
IsPrintAreaSupported

获取收据或单据打印机站是否支持为打印站应打印的页面区域设置自定义大小。

IsPrinterPresent

获取打印机站是否存在。

(继承自 ICommonPosPrintStationCapabilities)
IsRight90RotationSupported

获取收据或单据打印机站是否可以打印向右旋转 90 度的信息。

IsUnderlineSupported

获取打印机站是否可以为字符添加下划线。

(继承自 ICommonPosPrintStationCapabilities)
RuledLineCapabilities

获取有关收据或单据打印机站绘制标线的功能的信息。

SupportedBarcodeRotations

获取收据或单据打印机站在打印时可旋转条形码的方向列表。

SupportedBitmapRotations

获取收据或单据打印机站在打印时可旋转位图的方向列表。

SupportedCharactersPerLine

获取打印机站支持的每行的行宽(以字符为单位)的集合。

(继承自 ICommonPosPrintStationCapabilities)

适用于

另请参阅