public static final class PageBlendColorSpace.PageBlendColorSpaceOption extends Option
Describes the PageBlendColorSpace
feature options.
Modifier and Type | Field and Description |
---|---|
static PageBlendColorSpace.PageBlendColorSpaceOption |
ICCProfile
Specifies an ICC profile defining the color space that SHOULD be used for blending.
|
static PageBlendColorSpace.PageBlendColorSpaceOption |
scRGB
scRGB color space SHOULD be used for blending.
|
static PageBlendColorSpace.PageBlendColorSpaceOption |
sRGB
sRGB color space SHOULD be used for blending.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageBlendColorSpace.PageBlendColorSpaceOption sRGB
sRGB color space SHOULD be used for blending.
public static PageBlendColorSpace.PageBlendColorSpaceOption scRGB
scRGB color space SHOULD be used for blending.
public static PageBlendColorSpace.PageBlendColorSpaceOption 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.
Copyright © 2022 Aspose. All Rights Reserved.