Examines pixels in the current image and expands the black ones by given amount in given direction. Uses the default settings of the DocumentDilate Method.
Visual Basic |
---|
Public Sub DocumentDilateUsingDefaults() |
This method is similar to the DocumentDilate Method, but uses the default settings.
This method validates the input, examines the pixels, expands the black pixels, and returns results from the detection and correction process.
Outputs
- ImagXpress validates the input, examines the pixels, expands the black pixels, and returns results from the detection and correction process. The current content may be modified. If the operation fails, the current image is un-changed.
- IPImageWasModified is set to true if the image was modified, false if the image was not modified.
Using DocumentDilate
1. Load a 1 bit image from a file or stream input.
2. Call DocumentDilateUsingDefaults.
3. The current image is dilated.
Note: Available in Professional Edition.