Accusoft.ImagXpress13.Net
IcmProofingEnabled Property




Gets and sets an enabled indicator of the ICM target proofing.
Syntax
'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);
}

Property Value

A boolean value which is true to enable ICM target proofing.
Remarks

This property has no immediate affect unless the IcmEnabled property is also set to true.

Note: Available in Professional edition.

See Also

Reference

ImageXView Class
ImageXView Members
IcmEnabled Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback