Visual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")> Public Enum OperationType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] public enum OperationType : Enum |
C++/CLI | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] public enum class OperationType : public Enum |
Member | Description |
---|---|
AutoCrop | Apply IImageProcessingService.AutoCrop effect on the image |
Crop | Apply IImageProcessingService.Crop effect on the image |
Flip | Apply IImageProcessingService.Flip effect on the image |
Resize | Apply IImageProcessingService.Resize effect on the image |
ResizeInterpolate | Apply IImageProcessingService.ResizeInterpolate effect on the image |
Rotate | Apply IImageProcessingService.Rotate effect on the image |
Average | Apply IFiltersProcessingService.Average effect on the image |
Binary | Apply IFiltersProcessingService.Binary effect on the image |
Maximum | Apply IFiltersProcessingService.LineRemove effect on the image |
Median | Apply IFiltersProcessingService.Median effect on the image |
Minimum | Apply IFiltersProcessingService.Minimum effect on the image |
PredefinedBinary | Apply IFiltersProcessingService.PredefinedBinary effect on the image |
PredefinedSpatial | Apply IFiltersProcessingService.PredefinedSpatial effect on the image |
Spatial | Apply IFiltersProcessingService.Spatial effect on the image |
EdgeDetector | Apply IEffectsProcessingService.DynamicBinary effect on the image |
Sharpen | Apply IEffectsProcessingService.Sharpen effect on the image |
UnsharpMask | Apply IEffectsProcessingService.UnsharpMask effect on the image |
AutoBinary | Apply IColorProcessingService.AutoBinary effect on the image |
ColorResolution | Apply IColorProcessingService.ColorResolution effect on the image |
DynamicBinary | Apply IFiltersProcessingService.DynamicBinary effect on the image |
Halftone | Apply IColorProcessingService.Halftone effect on the image |
HistogramEqualize | Apply IColorProcessingService.HistogramEqualize effect on the image |
IntensityDetect | Apply IColorProcessingService.IntensityDetect effect on the image |
Invert | Apply IColorProcessingService.Invert effect on the image |
BorderRemove | Apply IDocumentProcessingService.BorderRemove effect on the image |
Deskew | Apply IDocumentProcessingService.Deskew effect on the image |
Despeckle | Apply IDocumentProcessingService.Despeckle effect on the image |
DotRemove | Apply IDocumentProcessingService.DotRemove effect on the image |
HolePunchRemove | Apply IDocumentProcessingService.HolePunchRemove effect on the image |
InvertedText | Apply IDocumentProcessingService.InvertedText effect on the image |
LineRemove | Apply IDocumentProcessingService.LineRemove effect on the image |
Smooth | Apply IDocumentProcessingService.Smooth effect on the image |
InvertedPage | Apply IDocumentProcessingService.InvertedPage effect on the image |
HighQualityRotate | Apply IDocumentProcessingService.HighQualityRotate effect on the image |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.OperationType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family