ScanFix Xpress v9.0 for .NET - Updated
Direction Property (DilateOptions)




Accusoft.ScanFixXpressSdk Namespace > DilateOptions Class : Direction Property
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

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