Accusoft.ImagXpress13.Net
BinarizeMode Property




Gets the BinarizeMode value set by AutoBinarize or Binarize.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the binarize mode used in AutoBinarize or Binarize.")>
Public ReadOnly Property BinarizeMode As BinarizeMode
'Usage
 
Dim instance As Processor
Dim value As BinarizeMode
 
value = instance.BinarizeMode
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the binarize mode used in AutoBinarize or Binarize.")]
public BinarizeMode BinarizeMode {get;}
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the binarize mode used in AutoBinarize or Binarize.")]
public: __property BinarizeMode get_BinarizeMode();
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the binarize mode used in AutoBinarize or Binarize.")]
public:
property BinarizeMode BinarizeMode {
   BinarizeMode get();
}

Property Value

The BinarizeMode which represents the mode that the AutoBinarize or Binarize methods used to binarize the image.
Remarks

The AutoBinarize method will set this value based on what it determined was the optimal setting for the image during the call. If you have similar images, you can call the Binarize method using this value as well as the other values set by the AutoBinarize method. This will be significantly faster than calling the AutoBinarize method for each image.

Note: This value is also set with the value that is passed into the Binarize method. If you call the Binarize method with some other value, this property will reflect that new value.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback