Class PageDeviceColorSpaceProfileURI

PageDeviceColorSpaceProfileURI class

Specifies a relative URI to the package root 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/pagedevicecolorspaceprofileuri

public sealed class PageDeviceColorSpaceProfileURI : StringParameterInit, IDocumentPrintTicketItem, 
    IJobPrintTicketItem, IPagePrintTicketItem

Constructors

NameDescription
PageDeviceColorSpaceProfileURI(string)Creates a new instance.

Properties

NameDescription
virtual MaxLength { get; }For string values, defines the longest allowed string.
virtual MinLength { get; }For string values, defines the shortest allowed string.
Name { get; }Gets the element name.

See Also