Accusoft.ImagXpress13.Net
BinarizeGridAngle Property




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

Property Value

The integer value which represents the orientation of the halftone grid from the horizontal, measured in degrees clockwise.

The range is from 0 to 360.

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