VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.EsclImageScanning.ImageProcessing Namespace / EsclAcquiredImageProcessingAction Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
EsclAcquiredImageProcessingAction Enumeration
In This Topic
Specifies available actions for processing of image acquired from eSCL device.
Syntax
'Declaration

Public Enum EsclAcquiredImageProcessingAction
   Inherits System.Enum

public enum EsclAcquiredImageProcessingAction : System.Enum

Members
MemberDescription
NoneNo action.
DeskewImage is deskewing, i.e. correct position of image is detecting.
DespeckleNoise is removing from the image.
BorderDetectionBorder around the image is detecting.
ImageIsBlankImageDetecting that the image is a blank image.
RotationImage is rotating.
InvertImage is inverting.
ChangeBrightnessBrightness of image is changing.
ChangeContrastContrast of image is changing.
CropImage is cropping.
ResizeCanvasImage canvas is changing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.EsclImageScanning.ImageProcessing.EsclAcquiredImageProcessingAction

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also