Class PageOutputColor.PageOutputColorOption

PageOutputColor.PageOutputColorOption class

Describes the PageOutputColor feature options.

public sealed class PageOutputColorOption : Option

Constructors

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

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
static Color(int, int)Specifies the output should be in color.
static Grayscale(int, int)Specifies the output should be in grayscale.
static Monochrome(int, int)Specifies the output should be in monochrome (Black).
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.

See Also