public static final class PageSourceColorProfile.PageSourceColorProfileOption extends Option
Describes the PageSourceColorProfile
feature options.
Modifier and Type | Field and Description |
---|---|
static PageSourceColorProfile.PageSourceColorProfileOption |
CMYK
Source profile used to perform color management for untagged CMYK data.
|
static PageSourceColorProfile.PageSourceColorProfileOption |
None
No source profile.
|
static PageSourceColorProfile.PageSourceColorProfileOption |
RGB
Source profile used to perform color management for untagged RGB data.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageSourceColorProfile.PageSourceColorProfileOption RGB
Source profile used to perform color management for untagged RGB data.
public static PageSourceColorProfile.PageSourceColorProfileOption CMYK
Source profile used to perform color management for untagged CMYK data.
public static PageSourceColorProfile.PageSourceColorProfileOption None
No source profile.
Copyright © 2022 Aspose. All Rights Reserved.