ScanFix Xpress v9.0 for .NET - Updated October 25, 2021
Direction Property (ErodeOptions)




Accusoft.ScanFixXpressSdk Namespace > ErodeOptions Class : Direction Property
Gets and sets directions to apply the erosion. Pixels will be reduced in these directions.
Syntax
'Declaration
 
Public Property Direction As EnhancementDirections
 
'Usage
 
Dim instance As ErodeOptions
Dim value As EnhancementDirections
 
instance.Direction = value
 
value = instance.Direction
Remarks

The default value is All.

Typically, this is set to a single direction, a pair of directions, or All from the EnhancementDirections enumeration.

See Also

Reference

ErodeOptions Class
ErodeOptions Members

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