Table of Contents

Class _SBSDKImageProcessor

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class _SBSDKImageProcessor : NSObject
Inheritance
_SBSDKImageProcessor
Extension Methods

Constructors

_SBSDKImageProcessor()

public _SBSDKImageProcessor()

_SBSDKImageProcessor(NSObjectFlag)

protected _SBSDKImageProcessor(NSObjectFlag t)

Parameters

t NSObjectFlag

_SBSDKImageProcessor(NativeHandle)

protected _SBSDKImageProcessor(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

ApplyFilterImage(SBSDKImageRef, SBSDKParametricFilter, out NSError?)

public virtual SBSDKImageRef? ApplyFilterImage(SBSDKImageRef image, SBSDKParametricFilter filter, out NSError? error)

Parameters

image SBSDKImageRef
filter SBSDKParametricFilter
error NSError

Returns

SBSDKImageRef

CropImage(SBSDKImageRef, NSValue[], out NSError?)

public virtual SBSDKImageRef? CropImage(SBSDKImageRef image, NSValue[] quad, out NSError? error)

Parameters

image SBSDKImageRef
quad NSValue[]
error NSError

Returns

SBSDKImageRef

ResizeImage(SBSDKImageRef, nint, out NSError?)

public virtual SBSDKImageRef? ResizeImage(SBSDKImageRef image, nint size, out NSError? error)

Parameters

image SBSDKImageRef
size nint
error NSError

Returns

SBSDKImageRef

RotateImage(SBSDKImageRef, SBSDKImageRotation, out NSError?)

public virtual SBSDKImageRef? RotateImage(SBSDKImageRef image, SBSDKImageRotation rotation, out NSError? error)

Parameters

image SBSDKImageRef
rotation SBSDKImageRotation
error NSError

Returns

SBSDKImageRef