←Select platform

OperationType Enumeration

Summary

Represents the operation to use.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] 
public enum OperationType 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")> 
Public Enum OperationType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="OperationType")] 
public enum class OperationType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0AutoCropApply IImageProcessingService.AutoCrop effect on the image
1CropApply IImageProcessingService.Crop effect on the image
2FlipApply IImageProcessingService.Flip effect on the image
3ResizeApply IImageProcessingService.Resize effect on the image
4ResizeInterpolateApply IImageProcessingService.ResizeInterpolate effect on the image
5RotateApply IImageProcessingService.Rotate effect on the image
6AverageApply IFiltersProcessingService.Average effect on the image
7BinaryApply IFiltersProcessingService.Binary effect on the image
8MaximumApply IFiltersProcessingService.LineRemove effect on the image
9MedianApply IFiltersProcessingService.Median effect on the image
10MinimumApply IFiltersProcessingService.Minimum effect on the image
11PredefinedBinaryApply IFiltersProcessingService.PredefinedBinary effect on the image
12PredefinedSpatialApply IFiltersProcessingService.PredefinedSpatial effect on the image
13SpatialApply IFiltersProcessingService.Spatial effect on the image
14EdgeDetectorApply IEffectsProcessingService.DynamicBinary effect on the image
15SharpenApply IEffectsProcessingService.Sharpen effect on the image
16UnsharpMaskApply IEffectsProcessingService.UnsharpMask effect on the image
17AutoBinaryApply IColorProcessingService.AutoBinary effect on the image
18ColorResolutionApply IColorProcessingService.ColorResolution effect on the image
19DynamicBinaryApply IFiltersProcessingService.DynamicBinary effect on the image
20HalftoneApply IColorProcessingService.Halftone effect on the image
21HistogramEqualizeApply IColorProcessingService.HistogramEqualize effect on the image
22IntensityDetectApply IColorProcessingService.IntensityDetect effect on the image
23InvertApply IColorProcessingService.Invert effect on the image
24BorderRemoveApply IDocumentProcessingService.BorderRemove effect on the image
25DeskewApply IDocumentProcessingService.Deskew effect on the image
26DespeckleApply IDocumentProcessingService.Despeckle effect on the image
27DotRemoveApply IDocumentProcessingService.DotRemove effect on the image
28HolePunchRemoveApply IDocumentProcessingService.HolePunchRemove effect on the image
29InvertedTextApply IDocumentProcessingService.InvertedText effect on the image
30LineRemoveApply IDocumentProcessingService.LineRemove effect on the image
31SmoothApply IDocumentProcessingService.Smooth effect on the image
32InvertedPageApply IDocumentProcessingService.InvertedPage effect on the image
33HighQualityRotateApply IDocumentProcessingService.HighQualityRotate effect on the image
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly