Accusoft.ImagXpress13.Net
BinarizeEccentricity Property




Gets the eccentricity value set by AutoBinarize or Binarize.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets the eccentricity value set by the AutoBinarize or Binarize methods.")>
Public ReadOnly Property BinarizeEccentricity As Integer
'Usage
 
Dim instance As Processor
Dim value As Integer
 
value = instance.BinarizeEccentricity
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the eccentricity value set by the AutoBinarize or Binarize methods.")]
public int BinarizeEccentricity {get;}
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the eccentricity value set by the AutoBinarize or Binarize methods.")]
public: __property int get_BinarizeEccentricity();
[BrowsableAttribute(false)]
[DescriptionAttribute("Gets the eccentricity value set by the AutoBinarize or Binarize methods.")]
public:
property int BinarizeEccentricity {
   int get();
}

Property Value

The integer value which represents the shape of the halftone grid.

The range is from -256 to 256. At the extreme values, -256 and 256, the grid becomes linear. At the midpoint, 0, the grid consists of circles/squares.

Intermediate values give intermediately shaped elliptical grid dots.

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