Accusoft.ImagXpressSdk Namespace > ImageXView Class : IcmProofingEnabled Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("This property enables/disables ICM target proofing.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> Public Property IcmProofingEnabled As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.IcmProofingEnabled = value value = instance.IcmProofingEnabled
[DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public bool IcmProofingEnabled {get; set;}
[DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public: __property bool get_IcmProofingEnabled(); public: __property void set_IcmProofingEnabled( bool value );
[DefaultValueAttribute()] [DescriptionAttribute("This property enables/disables ICM target proofing.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] 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.