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

第 1 のカスタム カラー カートリッジをサポートします。これは、通常は赤の 2 次色を提供します。

Custom2 4

2 つ目のカスタム カラー カートリッジをサポートします。

Custom3 8

3 番目のカスタム カラー カートリッジをサポートします。

Custom4 16

4 番目のカスタム カラー カートリッジをサポートします。

Custom5 32

5 番目のカスタム カラー カートリッジをサポートします。

Custom6 64

6 番目のカスタム カラー カートリッジをサポートします。

Cyan 128

フルカラー印刷用シアンカートリッジをサポートします。

Full 1024

フルカラー印刷をサポートします。

Magenta 256

フルカラー印刷用マゼンタカートリッジをサポートします。

None 0

カラー カートリッジはサポートされません。

Primary 1

プライマリ カラー カートリッジをサポートします。

Yellow 512

フルカラー印刷用の黄色カートリッジをサポートします。

適用対象

こちらもご覧ください