Accusoft.ImagXpressSdk Namespace > ImageXView Class : IcmEnabled Property |
'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); }
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.