C#
VB
C++
Represents the operation to use.
Members
Value | Member | Description |
---|---|---|
0 | AutoCrop | Apply IImageProcessingService.AutoCrop effect on the image |
1 | Crop | Apply IImageProcessingService.Crop effect on the image |
2 | Flip | Apply IImageProcessingService.Flip effect on the image |
3 | Resize | Apply IImageProcessingService.Resize effect on the image |
4 | ResizeInterpolate | Apply IImageProcessingService.ResizeInterpolate effect on the image |
5 | Rotate | Apply IImageProcessingService.Rotate effect on the image |
6 | Average | Apply IFiltersProcessingService.Average effect on the image |
7 | Binary | Apply IFiltersProcessingService.Binary effect on the image |
8 | Maximum | Apply IFiltersProcessingService.LineRemove effect on the image |
9 | Median | Apply IFiltersProcessingService.Median effect on the image |
10 | Minimum | Apply IFiltersProcessingService.Minimum effect on the image |
11 | PredefinedBinary | Apply IFiltersProcessingService.PredefinedBinary effect on the image |
12 | PredefinedSpatial | Apply IFiltersProcessingService.PredefinedSpatial effect on the image |
13 | Spatial | Apply IFiltersProcessingService.Spatial effect on the image |
14 | EdgeDetector | Apply IEffectsProcessingService.DynamicBinary effect on the image |
15 | Sharpen | Apply IEffectsProcessingService.Sharpen effect on the image |
16 | UnsharpMask | Apply IEffectsProcessingService.UnsharpMask effect on the image |
17 | AutoBinary | Apply IColorProcessingService.AutoBinary effect on the image |
18 | ColorResolution | Apply IColorProcessingService.ColorResolution effect on the image |
19 | DynamicBinary | Apply IFiltersProcessingService.DynamicBinary effect on the image |
20 | Halftone | Apply IColorProcessingService.Halftone effect on the image |
21 | HistogramEqualize | Apply IColorProcessingService.HistogramEqualize effect on the image |
22 | IntensityDetect | Apply IColorProcessingService.IntensityDetect effect on the image |
23 | Invert | Apply IColorProcessingService.Invert effect on the image |
24 | BorderRemove | Apply IDocumentProcessingService.BorderRemove effect on the image |
25 | Deskew | Apply IDocumentProcessingService.Deskew effect on the image |
26 | Despeckle | Apply IDocumentProcessingService.Despeckle effect on the image |
27 | DotRemove | Apply IDocumentProcessingService.DotRemove effect on the image |
28 | HolePunchRemove | Apply IDocumentProcessingService.HolePunchRemove effect on the image |
29 | InvertedText | Apply IDocumentProcessingService.InvertedText effect on the image |
30 | LineRemove | Apply IDocumentProcessingService.LineRemove effect on the image |
31 | Smooth | Apply IDocumentProcessingService.Smooth effect on the image |
32 | InvertedPage | Apply IDocumentProcessingService.InvertedPage effect on the image |
33 | HighQualityRotate | Apply IDocumentProcessingService.HighQualityRotate effect on the image |