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

Canvas.printColorManagementEnabled Property

Gets or sets the value indicating whether to use color management when rendering the workspace.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_printColorManagementEnabled();
function set_printColorManagementEnabled(value);

Property Value

true if the color management is used when rendering the workspace; otherwise, false.

Remarks

This property corresponds to Canvas.PrintColorManagementEnabled server-side member.

See Also

Reference