Class PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the Aspose.Page.XPS.XpsMetadata.PageDeviceColorSpaceUsage feature options.
public sealed class PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption
Implements
IFeatureItem, IPrintTicketElementChild
Inherited Members
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
MatchToDefault
If the device determines that the profile specified by the Aspose.Page.XPS.XpsMetadata.PageDeviceColorSpaceProfileURI parameter can be used as a device color space profile, all elements using the same profile are treated as already being specified in device color space. All other elements MUST use the profile specified for that element. If the profile cannot be used as a device color space profile, elements using the profile MUST be color managed like any other element using the color profile.
public static PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption MatchToDefault
Field Value
PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption
OverrideDeviceDefault
If the profile specified by the PageDeviceColorSpaceProfileURI parameter has a number of channels matching the number of primaries of the device, it SHOULD be used instead of the devices internal color management for all elements. Elements using this profile are assumed to be in device color space and will not be color managed further.
public static PageDeviceColorSpaceUsage.PageDeviceColorSpaceUsageOption OverrideDeviceDefault