Accusoft.Forms1 - Updated
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
Public Property Direction As EnhancementDirections
Dim instance As ErodeOptions
Dim value As EnhancementDirections
 
instance.Direction = value
 
value = instance.Direction
public EnhancementDirections Direction {get; set;}
public:
property EnhancementDirections Direction {
   EnhancementDirections get();
   void set (    EnhancementDirections value);
}
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