Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
[Missing <summary> documentation for "T:Bytescout.PDFExtractor.IImagePreprocessingFiltersCollection"]
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
The IImagePreprocessingFiltersCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Returns count of filters in the collection.
|
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.
|
![]() | 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 default scale factor 2 (x2 enlargement) and interpolation mode.
|
![]() | AddScale(Double) |
Adds "Scale" image filter with specified scale factor and default interpolation mode (HighQualityBicubic).
|
![]() | AddScale(Int32) |
Adds "Scale" image filter with the specified size limit and default interpolation mode (HighQualityBicubic).
When the image width or height exceeds the limit, the image proportionally resized to it.
|
![]() | AddScale(Double, InterpolationMode) |
Adds "Scale" image filter with specified scale factor and interpolation mode.
|
![]() | AddScale(Int32, InterpolationMode) |
Adds "Scale" image filter with specified size limit and interpolation mode.
When the image width or height exceeds the limit, the image proportionally resized to it.
|
![]() | AddVerticalLinesRemover |
Adds "Vertical Lines Remover" image filter.
|
![]() | Clear | |
![]() | GetEnumerator | (Inherited from IEnumerable.) |
See Also