| Name | Description |
 | AdvancedBinarize | Overloaded. Converts color or grayscale image to bi-tonal |
 | AndBitmap | Overloaded. AND the working image with the specified Bitmap image |
 | AutoCrop | Sets white margins of fixed size around image |
 | AutoDeskew | Deskews image automatically based on the measured alignment of the image contents |
 | AutoInvert | Converts negative(white-on-black) to positive(black-on-white) |
 | AutoRegister | Sets top and left image margins |
 | AutoRotate | Rotates image to right-side-up orientation |
 | BorderExtract | Removes black borders to extract document portion of an image |
 | CleanNoise | Overloaded. Removes black noise |
 | Clear | Sets image pixels to white |
 | ClearBackground | Sets background of color or grayscale image to white |
 | Copy | Copies image from another ImageEditor object |
 | Crop | Overloaded. Crops image to specified rectangular area |
 | DeleteLines | Deletes image lines |
 | DeleteLinesAndRepair | Deletes image lines. Restores characters intersected by deleted lines. |
 | Edit | Overloaded. Edit file pages in ImageEditor.EditPageEventHandler |
 | Fatten | Extends black area of image objects |
 | FaxRemoveHeader | Removes header from faxed image |
 | FaxStandardToFine | Converts standard resolution fax image to fine resolution |
 | GetLines | Obtains list of image lines |
 | GetObjects | Obtains list of image objects |
 | Invert | Sets image pixels to the opposite value |
 | IsBlankImage | Checks if image is blank |
 | OrBitmap | Overloaded. OR the working image with the specified Bitmap image |
 | PasteBitmap | Overloaded. Paste Bitmap image to this image |
 | ReconstructLines | Replaces image lines with synthesized lines of similar thickness. |
 | RemoveHalftone | Remove halftone pattern |
 | RemovePunchHoles | Remove punchholes pattern from all sides |
 | RotateFlip | Rotates image in specified direction |
 | Scale | Overloaded. Scales image |
 | Skew | Skews image |
 | SmoothCharacters | Remove single pixel irregularities around object edges. |
 | ToBitonal | Converts image to bi-tonal |
 | ToGrayscale | Converts image to grayscale |
 | Trim | Reduces black area of image objects |
 | XorBitmap | Overloaded. XOR the working image with the specified Bitmap image |