ImagePreprocessingFilterList Methods
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The ImagePreprocessingFilterList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddContrast |  Adds contrast image processing filter.  | |
| AddDeskew |  Adds deskew image processing filter with default angle threshold 0.4 deg (minimal admissible skew angle).  | |
| AddDeskew(Double) |  Adds deskew image processing filter with specified angle threshold (minimal admissible skew angle).  | |
| AddDilate |  Adds dilate image processing filter.  | |
| AddFit |  Adds "Fit" image filter with the specified size limit. When the image width or height exceeds the limit, the image proportionally resized to it.  | |
| AddGammaCorrection |  Adds gamma correction filter with default value 1.4.  | |
| AddGammaCorrection(Double) |  Adds gamma correction filter.  | |
| AddGrayscale |  Adds "Grayscale" image filter.  | |
| AddHorizontalLinesRemover |  Adds horizontal lines remover filter.  | |
| AddInvert |  Adds "Invert" (negative) image filter.  | |
| AddMedian |  Adds median image processing filter.  | |
| AddMedian(Int32) |  Adds median filter with specified block size.  | |
| AddScale |  Adds "Scale" image filter with specified scale factor. In example, '2.0' - double the size.  | |
| AddVerticalLinesRemover |  Adds vertical lines remover filter.  | |
| Clear |  Clears the collection.  | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |  Returns an enumerator that iterates through a collection.  | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also