Accusoft ImagXpress 12
DocumentDilateUsingDefaults Method
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : DocumentDilateUsingDefaults Method

Glossary Item Box

Description

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.

Syntax

Visual Basic
Public Sub DocumentDilateUsingDefaults() 

Remarks

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.

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.