Accusoft.ImagXpress12.Net
DocumentDilate Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class : DocumentDilate Method




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.

Glossary Item Box

Examines pixels in the current image and expands the black ones by the given amount in a given direction.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.