IImagePreprocessingFiltersCollection 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 IImagePreprocessingFiltersCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddContrast | Adds "Contrast" image filter. | |
| AddDeskew | Adds "Deskew" image filter with default angle threshold 0.4 deg (minimal admissible skew angle). | |
| AddDeskew(Double) | Adds "Deskew" image filter with specified angle threshold (minimal admissible skew angle). | |
| AddDilate | Adds "Dilate" image 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" image filter. | |
| AddInvert | Adds "Invert" (negative) image filter. | |
| AddMedian | Adds "Median" image 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" image filter. | |
| Clear | ||
| GetEnumerator | (Inherited from IEnumerable.) |
See Also