Class PageOutputColor.PageOutputColorOption
PageOutputColor.PageOutputColorOption class
Describes the PageOutputColor
feature options.
public sealed class PageOutputColorOption : Option
Constructors
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
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