Class PageOutputColor.PageOutputColorOption

PageOutputColor.PageOutputColorOption class

Describes the PageOutputColor feature options.

public sealed class PageOutputColorOption : Option

Constructors

NameDescription
PageOutputColorOption(PageOutputColorOption)Clones this option instance.
PageOutputColorOption(string, params IPageOutputColorOptionItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IOptionItem[])Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.
Add(params IPageOutputColorOptionItem[])Adds an array of IPageOutputColorOptionItem instances to the option.
Clone()Clones this option instance. The shortcut to the cloneing constructor.
SetDeviceBitsPerPixel(int)Sets a
SetDriverBitsPerPixel(int)Sets a

Fields

NameDescription
static ColorSpecifies the output should be in color.
static GrayscaleSpecifies the output should be in grayscale.
static MonochromeSpecifies the output should be in monochrome (Black).

See Also