Class PageBlendColorSpace.PageBlendColorSpaceOption

PageBlendColorSpace.PageBlendColorSpaceOption class

Describes the PageBlendColorSpace feature options.

public sealed class PageBlendColorSpaceOption : 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 ICCProfileSpecifies an ICC profile defining the color space that SHOULD be used for blending. Note: This applies to XPS Documents only and should not be used in arbitrary PrintTickets.
static scRGBscRGB color space SHOULD be used for blending.
static sRGBsRGB color space SHOULD be used for blending.

See Also