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