Canvas.previewColorManagementEnabled Property

Gets or sets the value indicating whether to use color management when displaying images.

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

Syntax

Java Script
function get_previewColorManagementEnabled();
function set_previewColorManagementEnabled(value);

Property Value

true if the color management is used when displaying images; otherwise, false.

Remarks

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

See Also

Reference