Class PageColorManagement.PageColorManagementOption

PageColorManagement.PageColorManagementOption class

Describes the PageColorManagement feature options.

public sealed class PageColorManagementOption : Option

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.

Fields

NameDescription
static DeviceApplication has not performed color management and the device determines color management.
static DriverApplication has not performed color management and the driver determines color management.
static NoneApplication has performed color management to the destination profile.
static SystemColor management is performed by the system. Not to be used when printing to XPSDrv print drivers.

See Also