Class PageBlendColorSpace.PageBlendColorSpaceOption
PageBlendColorSpace.PageBlendColorSpaceOption class
Describes the PageBlendColorSpace feature options.
public sealed class PageBlendColorSpaceOption : 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 ICCProfile | Specifies 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 scRGB | scRGB color space SHOULD be used for blending. |
| static sRGB | sRGB color space SHOULD be used for blending. |
See Also