public static final class PageColorManagement.PageColorManagementOption extends Option
Describes the PageColorManagement
feature options.
Modifier and Type | Field and Description |
---|---|
static PageColorManagement.PageColorManagementOption |
Device
Application has not performed color management and the device determines color management.
|
static PageColorManagement.PageColorManagementOption |
Driver
Application has not performed color management and the driver determines color management.
|
static PageColorManagement.PageColorManagementOption |
None
Application has performed color management to the destination profile.
|
static PageColorManagement.PageColorManagementOption |
System
Color management is performed by the system.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageColorManagement.PageColorManagementOption None
Application has performed color management to the destination profile.
public static PageColorManagement.PageColorManagementOption Device
Application has not performed color management and the device determines color management.
public static PageColorManagement.PageColorManagementOption Driver
Application has not performed color management and the driver determines color management.
public static PageColorManagement.PageColorManagementOption System
Color management is performed by the system. Not to be used when printing to XPSDrv print drivers.
Copyright © 2022 Aspose. All Rights Reserved.