ImagePreprocessingFiltersCollection Class
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
Collection of image preprocessing filters.
Inheritance Hierarchy
Bytescout.PDFExtractorImagePreprocessingFiltersCollection
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class ImagePreprocessingFiltersCollection : IImagePreprocessingFiltersCollection, IEnumerable
The ImagePreprocessingFiltersCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImagePreprocessingFiltersCollection | Initializes a new instance of the ImagePreprocessingFiltersCollection class | |
| ImagePreprocessingFiltersCollection(ImagePreprocessingFiltersCollection) | Initializes a new instance of the ImagePreprocessingFiltersCollection class |
Properties
| Name | Description | |
|---|---|---|
| Count |
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 | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | |
| ToString(Boolean) |
See Also