Class PageOutputColor.PageOutputColorOption

PageOutputColor.PageOutputColorOption class

は、PageOutputColor機能オプション.

public sealed class PageOutputColorOption : Option

コンストラクター

名前説明
PageOutputColorOption(PageOutputColorOption)このオプション インスタンスを複製します。
PageOutputColorOption(string, params IPageOutputColorOptionItem[])新しいインスタンスを作成します。

プロパティ

名前説明
Name { get; }要素名を取得します。

メソッド

名前説明
Add(params IOptionItem[])このオプションの項目リストの最後に項目のリストを追加します。 それぞれがScoredPropertyまたPropertyインスタンス.
Add(params IPageOutputColorOptionItem[])の配列を追加しますIPageOutputColorOptionItemオプションへのインスタンス.
Clone()このオプション インスタンスを複製します。複製コンストラクターへのショートカット.
SetDeviceBitsPerPixel(int)を設定しますスコアリングされたプロパティ値.
SetDriverBitsPerPixel(int)を設定しますスコアリングされたプロパティ値.

田畑

名前説明
static Color出力がカラーであることを指定します.
static Grayscale出力がグレースケールであることを指定します。
static Monochrome出力がモノクロ (黒) であることを指定します。

関連項目