Accusoft.ScanFixXpress8.Net
Direction Property (DilateOptions)




Gets and sets the directions to apply the dilation. Pixels will be extended in these directions.
Syntax
'Declaration
 
Public Property Direction As EnhancementDirections
'Usage
 
Dim instance As DilateOptions
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

DilateOptions Class
DilateOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback