ClearImage 8 Help
ImageEditor Class Members
See Also  Properties  Methods  Events Send Feedback
Inlite.ClearImageNet Namespace : ImageEditor Class


The following tables list the members exposed by ImageEditor.

Public Constructors

 NameDescription
public ConstructorImageEditor ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyBitmap Sets Bitmap for editing. Gets results of editing  
public PropertyBitmapZoneGets results of editing. If Zone is set corresponding portion of the image.  
public PropertyBitsPerPixel Gets image bits-per-pixel  
public PropertyHeight Gets image height in pixels  
public PropertyHorizontalHistogramGets number of black pixels in each column  
public PropertyHorizontalResolution Gets/Sets horizontal resolution in dots-per-inch(DPI)  
public PropertyImage Get CiImage object associated with ImageEditor  
public PropertyIsValid Checks is valid Bitmap has been assigned  
public PropertylineCurvatureMaximum line curvature for line identification (default medium)  
public PropertylineMaxAngleMaximum line angle in degrees for line identification (default 5.0)  
public PropertylineMaxGapMaximum gap size in pixel for line identification (default 3)  
public PropertylineMinLengthMinimum length in pixel for line identification (default 100)  
public PropertyPixelsGets number of black pixels  
public PropertyPixelsAreaGets image rectangle encompassing all image pixels  
public PropertyRotation Gets image rotation information  
public PropertyRotationConfidenceGets confidence level of the last Rotation measurement  
public PropertySkewAngleGets image skew angle in degrees  
public PropertySkewAngleConfidenceGets confidence level of the last SkewAngle measurement  
public PropertyVerticalHistogramGets number of black pixels in each row  
public PropertyVerticalResolution Gets/Sets vertical resolution in dots-per-inch(DPI)  
public PropertyWidth Gets image width in pixels  
public PropertyZone Limits image modification or analysis to a rectangular area on an image  
Top

Public Methods

 NameDescription
public MethodAdvancedBinarizeOverloaded.  Converts color or grayscale image to bi-tonal  
public MethodAndBitmapOverloaded. AND the working image with the specified Bitmap image  
public MethodAutoCrop Sets white margins of fixed size around image  
public MethodAutoDeskew Deskews image automatically based on the measured alignment of the image contents  
public MethodAutoInvert Converts negative(white-on-black) to positive(black-on-white)  
public MethodAutoRegister Sets top and left image margins  
public MethodAutoRotate Rotates image to right-side-up orientation  
public MethodBorderExtract Removes black borders to extract document portion of an image  
public MethodCleanNoiseOverloaded.  Removes black noise  
public MethodClear Sets image pixels to white  
public MethodClearBackground Sets background of color or grayscale image to white  
public MethodCopy Copies image from another ImageEditor object  
public MethodCropOverloaded.  Crops image to specified rectangular area  
public MethodDeleteLines Deletes image lines  
public MethodDeleteLinesAndRepair Deletes image lines. Restores characters intersected by deleted lines.  
public MethodEditOverloaded. Edit file pages in ImageEditor.EditPageEventHandler  
public MethodFatten Extends black area of image objects  
public MethodFaxRemoveHeader Removes header from faxed image  
public MethodFaxStandardToFine Converts standard resolution fax image to fine resolution  
public MethodGetLinesObtains list of image lines  
public MethodGetObjectsObtains list of image objects  
public MethodInvert Sets image pixels to the opposite value  
public MethodIsBlankImage Checks if image is blank  
public MethodOrBitmapOverloaded. OR the working image with the specified Bitmap image  
public MethodPasteBitmapOverloaded. Paste Bitmap image to this image  
public MethodReconstructLines Replaces image lines with synthesized lines of similar thickness.  
public MethodRemoveHalftone Remove halftone pattern  
public MethodRemovePunchHoles Remove punchholes pattern from all sides  
public MethodRotateFlip Rotates image in specified direction  
public MethodScaleOverloaded. Scales image  
public MethodSkewSkews image  
public MethodSmoothCharacters Remove single pixel irregularities around object edges.  
public MethodToBitonal Converts image to bi-tonal  
public MethodToGrayscale Converts image to grayscale  
public MethodTrim Reduces black area of image objects  
public MethodXorBitmapOverloaded. XOR the working image with the specified Bitmap image  
Top

Public Events

 NameDescription
public EventEditPageEventRaised by Edit(String,EditPageEventHandler,String,ImageFileFormat,Boolean) method when new page is opened  
public EventLineFoundEventRaised by GetLines method when new line is found  
public EventObjectFoundEventRaised by GetObjects method when new object is found  
Top

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.