Class PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption
PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption class
Describes the PageDeviceColorSpaceUsage
feature options.
public sealed class PageDeviceColorSpaceUsageOption : 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 MatchToDefault | If the device determines that the profile specified by the PageDeviceColorSpaceProfileURI parameter can be used as a device color space profile, all elements using the same profile are treated as already being specified in device color space. All other elements MUST use the profile specified for that element. If the profile cannot be used as a device color space profile, elements using the profile MUST be color managed like any other element using the color profile. |
static OverrideDeviceDefault | If the profile specified by the PageDeviceColorSpaceProfileURI parameter has a number of channels matching the number of primaries of the device, it SHOULD be used instead of the devices internal color management for all elements. Elements using this profile are assumed to be in device color space and will not be color managed further. |
See Also