Leadtools.Services.ImageProcessing.DataContracts Namespace : OperationType Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] public enum OperationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")> Public Enum OperationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OperationType
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] public enum class OperationType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | AutoCrop | Apply IImageProcessingService.AutoCrop effect on the image |
0x00000000 | Crop | Apply IImageProcessingService.Crop effect on the image |
0x00000002 | Flip | Apply IImageProcessingService.Flip effect on the image |
0x00000003 | Resize | Apply IImageProcessingService.Resize effect on the image |
0x00000004 | ResizeInterpolate | Apply IImageProcessingService.ResizeInterpolate effect on the image |
0x00000005 | Rotate | Apply IImageProcessingService.Rotate effect on the image |
0x00000006 | Average | Apply IFiltersProcessingService.Average effect on the image |
0x00000007 | Binary | Apply IFiltersProcessingService.Binary effect on the image |
0x00000008 | Maximum | Apply IFiltersProcessingService.LineRemove effect on the image |
0x00000009 | Median | Apply IFiltersProcessingService.Median effect on the image |
0x0000000A | Minimum | Apply IFiltersProcessingService.Minimum effect on the image |
0x0000000B | PredefinedBinary | Apply IFiltersProcessingService.PredefinedBinary effect on the image |
0x0000000C | PredefinedSpatial | Apply IFiltersProcessingService.PredefinedSpatial effect on the image |
0x0000000C | Spatial | Apply IFiltersProcessingService.Spatial effect on the image |
0x0000000E | EdgeDetector | Apply IEffectsProcessingService.DynamicBinary effect on the image |
0x0000000F | Sharpen | Apply IEffectsProcessingService.Sharpen effect on the image |
0x00000010 | UnsharpMask | Apply IEffectsProcessingService.UnsharpMask effect on the image |
0x00000011 | AutoBinary | Apply IColorProcessingService.AutoBinary effect on the image |
0x00000012 | ColorResolution | Apply IColorProcessingService.ColorResolution effect on the image |
0x00000013 | DynamicBinary | Apply IFiltersProcessingService.DynamicBinary effect on the image |
0x00000014 | Halftone | Apply IColorProcessingService.Halftone effect on the image |
0x00000015 | HistogramEqualize | Apply IColorProcessingService.HistogramEqualize effect on the image |
0x00000016 | IntensityDetect | Apply IColorProcessingService.IntensityDetect effect on the image |
0x00000017 | Invert | Apply IColorProcessingService.Invert effect on the image |
0x00000018 | BorderRemove | Apply IDocumentProcessingService.BorderRemove effect on the image |
0x00000019 | Deskew | Apply IDocumentProcessingService.Deskew effect on the image |
0x0000001A | Despeckle | Apply IDocumentProcessingService.Despeckle effect on the image |
0x0000001B | DotRemove | Apply IDocumentProcessingService.DotRemove effect on the image |
0x0000001C | HolePunchRemove | Apply IDocumentProcessingService.HolePunchRemove effect on the image |
0x0000001D | InvertedText | Apply IDocumentProcessingService.InvertedText effect on the image |
0x0000001E | LineRemove | Apply IDocumentProcessingService.LineRemove effect on the image |
0x0000001F | Smooth | Apply IDocumentProcessingService.Smooth effect on the image |
0x00000020 | InvertedPage | Apply IDocumentProcessingService.InvertedPage effect on the image |
0x00000021 | HighQualityRotate | Apply IDocumentProcessingService.HighQualityRotate effect on the image |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.OperationType