Class PageSourceColorProfile.PageSourceColorProfileOption

PageSourceColorProfile.PageSourceColorProfileOption class

Describes the PageSourceColorProfile feature options.

public sealed class PageSourceColorProfileOption : 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 CMYKSource profile used to perform color management for untagged CMYK data.
static NoneNo source profile.
static RGBSource profile used to perform color management for untagged RGB data.

See Also