Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
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
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