PosPrinterColorCapabilities 枚举

定义

描述服务点打印机可以支持的可能彩色墨盒。

此枚举支持其成员值的按位组合。

public enum class PosPrinterColorCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterColorCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterColorCapabilities
var value = Windows.Devices.PointOfService.PosPrinterColorCapabilities.none
Public Enum PosPrinterColorCapabilities
继承
PosPrinterColorCapabilities
属性

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 中引入)

字段

Custom1 2

支持第一个自定义颜色盒,该墨盒提供辅助颜色,通常为红色。

Custom2 4

支持第二个自定义颜色盒。

Custom3 8

支持第三个自定义颜色盒。

Custom4 16

支持第四个自定义颜色盒。

Custom5 32

支持第五个自定义颜色盒。

Custom6 64

支持第六个自定义颜色盒。

Cyan 128

支持青色墨盒进行全彩打印。

Full 1024

支持全彩打印。

Magenta 256

支持洋红色墨盒进行全彩色打印。

None 0

不支持彩色墨盒。

Primary 1

支持主颜色墨盒。

Yellow 512

支持黄色墨盒进行全彩色打印。

适用于

另请参阅