Accusoft.ImagXpress13.Net
DocumentDilate Method




An integer which represents the the distance, in pixels, to extend the black pixels. This value should be an integer from 1 to 500. The default value is 1.
A EnhancementDirection value which determines the direction to apply the dilation. Black pixels are expanded in this direction. The default value is All.
Examines pixels in the current image and expands the black ones by the given amount in a given direction.
Syntax
'Declaration
 
Public Sub DocumentDilate( _
   Optional ByVal Amount As Short, _
   Optional ByVal Direction As EnhancementDirection _
) 
'Usage
 
Dim instance As Processor
Dim Amount As Short
Dim Direction As EnhancementDirection
 
instance.DocumentDilate(Amount, Direction)
public void DocumentDilate( 
   short Amount,
   EnhancementDirection Direction
)
public: void DocumentDilate( 
   short Amount,
   EnhancementDirection Direction
) 
public:
void DocumentDilate( 
   short Amount,
   EnhancementDirection Direction
) 

Parameters

Amount
An integer which represents the the distance, in pixels, to extend the black pixels. This value should be an integer from 1 to 500. The default value is 1.
Direction
A EnhancementDirection value which determines the direction to apply the dilation. Black pixels are expanded in this direction. The default value is All.
Remarks

This method validates the input, examines the pixels, expands the black pixels, and returns results from the detection and correction process.

The Dilate object contains parameters that control the dilate process. If no parameters are provided, the current image has its black pixels expanded by one in all directions.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback