Accusoft.ImagXpress13.Net
ContrastMethod Property




Gets and sets the contrast method to use.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets and sets the contrast method to use.")>
Public Property ContrastMethod As ContrastMethod
'Usage
 
Dim instance As Processor
Dim value As ContrastMethod
 
instance.ContrastMethod = value
 
value = instance.ContrastMethod
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets the contrast method to use.")]
public ContrastMethod ContrastMethod {get; set;}
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets the contrast method to use.")]
public: __property ContrastMethod get_ContrastMethod();
public: __property void set_ContrastMethod( 
   ContrastMethod value
);
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets and sets the contrast method to use.")]
public:
property ContrastMethod ContrastMethod {
   ContrastMethod get();
   void set (    ContrastMethod value);
}

Property Value

A ContrastMethod value which determines the method of contrast for the current image.
Remarks

The default value is ContrastMethod.DefaultContrast.

If this property is set to ViewCompatibleContrast, then the ImageXView.Contrast property is invoked. This ensures backward compatibility with existing users. It also allows the application to get and save the same image in the viewer when contrast is applied.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback