| Name | Description |
 | AboutBox | Overloaded.
Displays a dialog box showing ScanFix version and copyright information.
|
 | AdjustBrightnessContrast | Overloaded.
Analyzes and/or automatically increases the contrast of an image.
|
 | ApplyAverageFilter | Overloaded.
Performs a 3x3 Average filter smoothing operation on the image, placing the output in the center of the window.
|
 | ApplyCloseFilter | Overloaded.
Performs a 3x3 Close filter operation on the image, closing light colored pixels.
|
 | ApplyCustomFilter |
Performs a custom convolution filter operation on image.
|
 | ApplyGaussianFilter | Overloaded.
Performs a 3x3 Gaussian smoothing filter operation on the image.
|
 | ApplyLaplacianFilter |
Performs a 3x3 Laplacian edge detection filter operation on the image.
|
 | ApplyMedianFilter | Overloaded.
Performs a 3x3 Median smoothing filter operation on the image.
|
 | ApplyOpenFilter | Overloaded.
Performs a 3x3 Open filter operation on the image, opening light colored pixels.
|
 | ApplyPrewittFilter | Overloaded.
Performs a 3x3 Prewitt horizontal edge detection filter operation on the image.
|
 | ApplySobelFilter | Overloaded.
Performs a 3x3 Sobel horizontal edge detection filter operation on the image.
|
 | ApplyUnsharpFilter | Overloaded.
Performs an Unsharp mask sharpening filter operation on the image.
|
 | AutoAdjustBrightnessContrast |
Automatically adjust brightness and contrast of image to enhance the text on image
|
 | AutoBinarize |
Creates an enhanced 1-bit output DIB of the same dimensions as a 1-bit, 8-bit or 24-bit input DIB
using an automatic, intelligent algorithm.
|
 | AutoCorrectInverseText |
Automactically detects areas with white text on black background, such as table column headers or guide text, and negate them so that text is black and background is white.
|
 | AutoDespeckle |
Automatically detects speckles on an image and remove them.
|
 | AutoImageDetergent | Overloaded.
Removes noise from a color image by converting colors near each selected
color to the selected color. This function automatically selects the colors to clean.
|
 | AutoRemoveHolePunch |
Automatically detects dark marks that resemble hole punches and remove them from image.
|
 | AutoRotate |
Automatically detects the image's orientation and rotates it so that the text on it is upright oriented
|
 | AutoSmoothBackground |
Automatically smoothes the image background and removes texture while retaining text quality
|
 | Binarize |
Creates an enhanced 1-bit output DIB of the same dimensions as a 1-bit, 8-bit or 24-bit input DIB using the settings provided by the caller.
|
 | ColorDrop |
Cleans an image by changing groups of similar color pixels to a single color.
|
 | CopyTo |
Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the
new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object
will contain separate copies of the same image data.
|
 | CorrectInverseText | Overloaded.
Detects and removes (reverses) inverse (white on black) text in a bitonal image.
|
 | CorrectNegativePage | Overloaded.
Determines if the image is black on white (normal) or white on black (negative),
and optionally negate the image if it is, in fact, a negative.
|
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Deskew | Overloaded.
Detects the skew angle of the current image and rotates the image to remove that skew.
|
 | Despeckle | Overloaded.
Detects and removes specks from the current image.
|
 | DetectBlankPage | Overloaded.
Analyzes an image to determine if the amount of data there is low enough for the page to be considered blank.
|
 | DetectBlankRectangle |
Analyzes a rectangular area of an image to determine if the amount of data there
is low enough to be considered blank.
|
 | DetectColor | Overloaded.
Examines an image looking for significant amounts of color data.
|
 | DetectGraphicLines |
Detects graphical lines from the current image.
|
 | Dilate | Overloaded.
Expands dark color pixels in the image by one in each direction.
|
 | Dispose | Overloaded. Overridden.
This method cleans up any resources being used.
|
 | Erode | Overloaded.
Removes dark color pixels in the image by one in each direction.
|
 | ExecuteEnhancements |
Execute the input enhancements on the current image.
|
 | Flip |
Flips the image (swap the top and bottom).
|
 | FromBitmap |
Sets the current image to a copy of the given Bitmap object.
|
 | FromHbitmap |
Sets the current image to a copy of the given HBITMAP object.
|
 | FromHdib |
Sets the current image to the given HDIB object.
|
 | FromImage |
Sets the current image to a copy of the given Image object.
|
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | GetRectangle |
Replaces the current image with a subset of the original image.
|
 | ImageDetergent |
Removes noise from a color image by converting colors near each selected
color to the selected color. The user must specify the selected colors.
|
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | Mirror |
Mirrors the image (swap the left and right sides).
|
 | Negate |
Inverts all colors in the image.
|
 | PerspectiveAdjust |
Detects and adjusts the perspective of a rectangular object in an image that is distorted.
|
 | RegisterImage | Overloaded.
Automatically positions text horizontally and vertically in the current image,
providing a consistent left and top margin for documents. Use this function if the default
control parameters are adequate.
|
 | RemoveBlobs | Overloaded.
Locates and removes large black objects in bitonal images.
|
 | RemoveBorder | Overloaded.
Locates border pixels and will replace them with the specified pad color and/or remove the pixels from the image.
|
 | RemoveCombs | Overloaded.
Detects and removes combs from the current image.
|
 | RemoveDotShading | Overloaded.
Removes dot shading areas from a bitonal image, including actual black-on-white shading.
|
 | RemoveGraphicLines |
Removes specified graphical lines from the current image.
|
 | RemoveLines | Overloaded.
Detects and removes lines from the current image.
|
 | Rescale | Overloaded. Deprecated - Use 'Rescale(Accusoft.ScanFixXpressSdk.RescaleOptions options)' constructor instead. Rescales the image with the vertical and horizontal axis rescaled independently from each other. |
 | Rotate | Overloaded.
Rotates the image by a given angle.
|
 | Shear |
Shears the image by the given amount.
|
 | SmoothObjects | Overloaded.
Smoothes the edges of characters in a bitonal image by the amount specified in the options.
|
 | SmoothZoom |
Replaces the current image with a new image whose width and height have been doubled and whose pixels have been smoothed.
|
 | ToBitmap |
Returns a new Bitmap object that contains a copy of this component's current image.
|
 | ToHdib |
Returns the DIB containing the component's current image.
|
 | ToImage |
Returns a new Image object that contains a copy of this component's current image.
|
 | ToString | (Inherited from System.ComponentModel.Component) |
 | TransferTo |
Designed to make passing image data between different Accusoft components easier, this method transfers this object's
image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no
longer contain image data; the image data will be owned by the destination object.
|
 | VirtualBulb |
Emulates a dropout scanner, and cleans an image by converting the selected hues to white, nearby hues to
shades of gray and all other hues to black.
|