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

Public Enum SaneAcquiredImageProcessingAction
   Inherits System.Enum

public enum SaneAcquiredImageProcessingAction : 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.Sane.ImageProcessing.SaneAcquiredImageProcessingAction

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also