Class PageOutputColor.PageOutputColorOption
Contents
[
Hide
]PageOutputColor.PageOutputColorOption class
Describes the PageOutputColor
feature options.
public sealed class PageOutputColorOption : Option
Constructors
Name | Description |
---|---|
PageOutputColorOption(string, params IPageOutputColorOptionItem[]) | Creates a new instance. |
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
- class Option
- class PageOutputColor
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page