Aurigma Graphics Mill 5.5 for .NET
ColorManagementProvider..::.CmykColorProfile Property
Gets/sets output CMYK color profile.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Property CmykColorProfile As ColorProfile
C#
public ColorProfile CmykColorProfile { get; set; }
Property Value
ColorProfile class instance specifying output CMYK color profile.Remarks
This color profile must support CMYK color space. If you try to set profile for another color space, exception will be raised.