Accusoft.ImagXpress13.Net
IcmEnabled Property




Gets and sets an enabled indicator for the color management.
Syntax
'Declaration
 
<DescriptionAttribute("This is the property that enables/disables color management.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property IcmEnabled As Boolean
'Usage
 
Dim instance As ImageXView
Dim value As Boolean
 
instance.IcmEnabled = value
 
value = instance.IcmEnabled
[DescriptionAttribute("This is the property that enables/disables color management.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public bool IcmEnabled {get; set;}
[DescriptionAttribute("This is the property that enables/disables color management.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public: __property bool get_IcmEnabled();
public: __property void set_IcmEnabled( 
   bool value
);
[DescriptionAttribute("This is the property that enables/disables color management.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property bool IcmEnabled {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable color management. Otherwise, false is used.
Remarks

The default value is false.

No other ICM operation will take place until this property has been set to true.

Note: Available in Professional edition.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback