Accusoft.ImagXpressSdk Namespace > Processor Class : DocumentDilate Method |
'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 )
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.