PageDestinationColorProfileURI

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.ParameterInit, com.aspose.xps.metadata.StringParameterInit

All Implemented Interfaces: com.aspose.xps.metadata.IJobPrintTicketItem, com.aspose.xps.metadata.IDocumentPrintTicketItem, com.aspose.xps.metadata.IPagePrintTicketItem

public final class PageDestinationColorProfileURI extends StringParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem

Specifies a relative URI reference to an ICC profile contained in an XPS Document. The processing of this option depends of the setting of the PageDeviceColorSpaceUsage feature. All elements using that profile are assumed to be already in the appropriate device color space, and will not be color managed in the driver or device. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagedestinationcolorprofileuri

Constructors

ConstructorDescription
PageDestinationColorProfileURI(String value)Creates a new instance.

PageDestinationColorProfileURI(String value)

public PageDestinationColorProfileURI(String value)

Creates a new instance.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe parameter value.