ScanFix Xpress v9.0 for .NET - Updated
OnlyDiagonal Property (ErodeOptions)




Accusoft.ScanFixXpressSdk Namespace > ErodeOptions Class : OnlyDiagonal Property
Gets and sets a value to reduce pixels in the diagonal direction.
Syntax
'Declaration
 
Public Property OnlyDiagonal As Boolean
'Usage
 
Dim instance As ErodeOptions
Dim value As Boolean
 
instance.OnlyDiagonal = value
 
value = instance.OnlyDiagonal
public bool OnlyDiagonal {get; set;}
public: __property bool get_OnlyDiagonal();
public: __property void set_OnlyDiagonal( 
   bool value
);
public:
property bool OnlyDiagonal {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

Typically, this is set to false. It is an error to set this to true if Direction is not set to a pair of adjacent directions.

See Also

Reference

ErodeOptions Class
ErodeOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.