Table of Contents

Class SBSDKScannedPage

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKScannedPage : NSObject
Inheritance
SBSDKScannedPage

Constructors

SBSDKScannedPage(NSObjectFlag?)

protected SBSDKScannedPage(NSObjectFlag? t)

Parameters

t NSObjectFlag

SBSDKScannedPage(NativeHandle?)

protected SBSDKScannedPage(NativeHandle? handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle? ClassHandle { get; }

Property Value

NativeHandle

DocumentImage

public virtual UIImage? DocumentImage { get; }

Property Value

UIImage

DocumentImagePreview

public virtual UIImage? DocumentImagePreview { get; }

Property Value

UIImage

DocumentImagePreviewURI

public virtual NSUrl? DocumentImagePreviewURI { get; }

Property Value

NSUrl

DocumentImageURI

public virtual NSUrl? DocumentImageURI { get; }

Property Value

NSUrl

Filters

public virtual SBSDKParametricFilter[] Filters { get; set; }

Property Value

SBSDKParametricFilter[]

Hash

public virtual nuint Hash { get; }

Property Value

nuint

OriginalImage

public virtual UIImage? OriginalImage { get; }

Property Value

UIImage

OriginalImageURI

public virtual NSUrl? OriginalImageURI { get; }

Property Value

NSUrl

Polygon

public virtual SBSDKPolygon Polygon { get; set; }

Property Value

SBSDKPolygon

Rotation

public virtual SBSDKImageRotation Rotation { get; set; }

Property Value

SBSDKImageRotation

UnfilteredDocumentImage

public virtual UIImage? UnfilteredDocumentImage { get; }

Property Value

UIImage

UnfilteredDocumentImageURI

public virtual NSUrl? UnfilteredDocumentImageURI { get; }

Property Value

NSUrl

Uuid

public virtual string Uuid { get; }

Property Value

string

Methods

AddObserver(SBSDKScannedPageObserver)

public virtual void AddObserver(SBSDKScannedPageObserver observer)

Parameters

observer SBSDKScannedPageObserver

ApplyAsyncWithRotation(SBSDKImageRotation, SBSDKPolygon?, SBSDKParametricFilter[]?, Action?)

public virtual void ApplyAsyncWithRotation(SBSDKImageRotation rotation, SBSDKPolygon? polygon, SBSDKParametricFilter[]? filters, Action? completion)

Parameters

rotation SBSDKImageRotation
polygon SBSDKPolygon
filters SBSDKParametricFilter[]
completion Action

ApplyWithRotation(SBSDKImageRotation, SBSDKPolygon?, SBSDKParametricFilter[]?)

public virtual void ApplyWithRotation(SBSDKImageRotation rotation, SBSDKPolygon? polygon, SBSDKParametricFilter[]? filters)

Parameters

rotation SBSDKImageRotation
polygon SBSDKPolygon
filters SBSDKParametricFilter[]

RemoveObserver(SBSDKScannedPageObserver)

public virtual void RemoveObserver(SBSDKScannedPageObserver observer)

Parameters

observer SBSDKScannedPageObserver

ToJson()

public virtual string ToJson()

Returns

string