Table of Contents

Class ScanbotSdkImageProcessor

Namespace
IO.Scanbot.Sdk.Imageprocessing
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/imageprocessing/ScanbotSdkImageProcessor", DoNotGenerateAcw = true)]
public sealed class ScanbotSdkImageProcessor : SelfDisposable, IImageProcessor, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ScanbotSdkImageProcessor
Implements
Inherited Members

Methods

ApplyFilter(ImageRef, ParametricFilter)

[Register("applyFilter", "(Lio/scanbot/sdk/image/ImageRef;Lio/scanbot/sdk/imageprocessing/ParametricFilter;)Lio/scanbot/common/Result;", "")]
public IResult ApplyFilter(ImageRef image, ParametricFilter filter)

Parameters

image ImageRef
filter ParametricFilter

Returns

IResult

Create()

[Register("create", "()Lio/scanbot/sdk/imageprocessing/ScanbotSdkImageProcessor;", "")]
public static ScanbotSdkImageProcessor Create()

Returns

ScanbotSdkImageProcessor

Crop(ImageRef, IList<PointF>)

[Register("crop", "(Lio/scanbot/sdk/image/ImageRef;Ljava/util/List;)Lio/scanbot/common/Result;", "")]
public IResult Crop(ImageRef image, IList<PointF> quad)

Parameters

image ImageRef
quad IList<PointF>

Returns

IResult

DisposeNative()

[Register("disposeNative", "()V", "")]
public override void DisposeNative()

Init()

[Register("init", "()Lio/scanbot/common/Result;", "")]
public override IResult Init()

Returns

IResult

Resize(ImageRef, int)

[Register("resize", "(Lio/scanbot/sdk/image/ImageRef;I)Lio/scanbot/common/Result;", "")]
public IResult Resize(ImageRef image, int size)

Parameters

image ImageRef
size int

Returns

IResult

Rotate(ImageRef, ImageRotation)

[Register("rotate", "(Lio/scanbot/sdk/image/ImageRef;Lio/scanbot/sdk/image/ImageRotation;)Lio/scanbot/common/Result;", "")]
public IResult Rotate(ImageRef image, ImageRotation rotation)

Parameters

image ImageRef
rotation ImageRotation

Returns

IResult