ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property Direction As EnhancementDirections
'Usage
 
Dim instance As ErodeOptions
Dim value As EnhancementDirections
 
instance.Direction = value
 
value = instance.Direction
public EnhancementDirections Direction {get; set;}
public: __property EnhancementDirections get_Direction();
public: __property void set_Direction( 
   EnhancementDirections value
);
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

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