This documentation is for the old version. Go to the latest Graphics Mill docs

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.

See Also

Reference