Class PageSourceColorProfile.PageSourceColorProfileOption
PageSourceColorProfile.PageSourceColorProfileOption class
Describes the PageSourceColorProfile feature options.
public sealed class PageSourceColorProfileOption : 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 CMYK | Source profile used to perform color management for untagged CMYK data. |
| static None | No source profile. |
| static RGB | Source profile used to perform color management for untagged RGB data. |
See Also