Accusoft.ImagXpressSdk Namespace > ImageXView Class : IcmProofingEnabled Property |
'Declaration <BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("This property enables/disables ICM target proofing.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property IcmProofingEnabled As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.IcmProofingEnabled = value value = instance.IcmProofingEnabled
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public bool IcmProofingEnabled {get; set;}
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: __property bool get_IcmProofingEnabled(); public: __property void set_IcmProofingEnabled( bool value );
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: property bool IcmProofingEnabled { bool get(); void set ( bool value); }
This property has no immediate affect unless the IcmEnabled property is also set to true.
Note: Available in Professional edition.