Class PageColorManagement.PageColorManagementOption
PageColorManagement.PageColorManagementOption class
Describes the PageColorManagement
feature options.
public sealed class PageColorManagementOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
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. |
Fields
Name | Description |
---|
static Device | Application has not performed color management and the device determines color management. |
static Driver | Application has not performed color management and the driver determines color management. |
static None | Application has performed color management to the destination profile. |
static System | Color management is performed by the system. Not to be used when printing to XPSDrv print drivers. |
See Also