VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneAcquiredImage Class
Properties Methods Events SeeAlso
In This Topic
    SaneAcquiredImage Class Members
    In This Topic
    The following tables list the members exposed by SaneAcquiredImage.
    Public Properties
     NameDescription
    Public PropertyGets a number of bits per sample.
    Public PropertyGets a number of bits per pixel.
    Public PropertyGets an image height.
    Public PropertyGets an image resolution.
    Public PropertyGets an image width.
    Public Methods
     NameDescription
    Public MethodChanges the brightness of the image.
    Public MethodChanges the contrast of the image.
    Public MethodCrops specified region of an image.
    Public MethodDeskew an image, i.e. detects a correct position of image.
    Public MethodRemoves noise from image.
    Public MethodDetects the border around the image.
    Public MethodReturns this image as Base64-string.
    Public MethodReturns this image as VintasoftBitmap object.
    Public MethodReturns a thumbnail image as Base64-string.
    Public MethodReturns a thumbnail image as VintasoftBitmap object.
    Public MethodInverts the image.
    Public MethodReturns a value indicating whether this image is a blank image.
    Public MethodChanges size of image canvas.
    Public MethodRotates this image to specified angle.
    Public MethodOverloaded. Saves this image to a specified stream in the specified format and with specified encoder settings.
    Public Events
     NameDescription
    Public EventOccurs when image processing ends.
    Public EventOccurs when image processing starts.
    Public EventOccurs when image processing is canceled.
    Public EventOccurs when image processing is in progress.
    See Also