AutoBinarize |
Automatically converts 8-bit and 24-bit images into 1-bit monochrome or 8-bit grayscale images respectively. |
Binarize |
Converts 8-bit and 24-bit images into a 1-bit monochrome or 8-bit grayscale output image, respectively. |
Crop |
Crops the current image to the specified size. |
CropBorder |
Performs border removal by automatically cropping the edges of the current DIB. |
Deskew |
Corrects an image that is skewed. |
Despeckle |
Filters the image using a filter that attempts to eliminate noise in the image. |
Dilate |
Dilates the current image using a 3x3 maximum filter. |
DocumentBlankPageDetect |
Examines a rectangle on an image, determining if the page is considered blank, based on the amount of data on the page. |
DocumentBlobRemoval |
Locates and removes large black objects in images such as binder punch holes. |
DocumentBorderCrop |
Crops the borders of documents. |
DocumentDeskew |
Automatically detects and removes skew from current 1-bit depth images. |
DocumentDespeckle |
Detects and removes specks from the current image. |
DocumentDilate |
Examines pixels in the current image and expands the black ones by given amount in given direction. |
DocumentErode |
Removes the black pixels in the current image by the given amount in the given direction. |
DocumentLineRemoval |
Automatically detects and removes lines from the current image. |
DocumentShear |
Shears current image clockwise or counter-clockwise. |
DocumentZoomSmooth |
Replaces current 1 bit-per-pixel images with an image whose width and height have been doubled and whose pixels have been smoothed. |
Erode |
Erodes the current DIB using a 3x3 minimum filter. |
Flip |
Flips the current image from top to bottom. |
Median |
Utilizes a 3x3 median filter to eliminate noise in the current image. |
Mirror |
Rotates the current image 180 degrees, then flips it to create a mirror image. |
Negate |
Creates a color negative of the current image. |
Resize |
Resizes the current image. |
ResizeEx |
Resizes the current image according to the algorithm specified by enumResizeType enumerator. |
Rotate |
Rotates the current image. |
Undo |
Undo the action of the previous image processing method if the UndoEnabled property was set True prior to performing the method. |