Table of Contents

Class SBSDKUIPDFRenderer

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

Constructors

SBSDKUIPDFRenderer(NSObjectFlag)

protected SBSDKUIPDFRenderer(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUIPDFRenderer(NativeHandle)

protected SBSDKUIPDFRenderer(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

RenderDocumentAsyncWithTo(SBSDKDocument, SBSDKPDFRendererOptions, NSUrl, Action<NSUrl, NSError>)

public static void RenderDocumentAsyncWithTo(SBSDKDocument document, SBSDKPDFRendererOptions options, NSUrl output, Action<NSUrl, NSError> completionHandler)

Parameters

document SBSDKDocument
options SBSDKPDFRendererOptions
output NSUrl
completionHandler Action<NSUrl, NSError>

RenderDocumentWithOptions(SBSDKDocument, SBSDKPDFRendererOptions, NSUrl, Action<bool, NSError>)

public static SBSDKProgress? RenderDocumentWithOptions(SBSDKDocument document, SBSDKPDFRendererOptions options, NSUrl output, Action<bool, NSError> completion)

Parameters

document SBSDKDocument
options SBSDKPDFRendererOptions
output NSUrl
completion Action<bool, NSError>

Returns

SBSDKProgress

RenderDocumentWithOptionsOutput(SBSDKDocument, SBSDKPDFRendererOptions, NSUrl, out NSError?)

public static bool RenderDocumentWithOptionsOutput(SBSDKDocument document, SBSDKPDFRendererOptions options, NSUrl outputURL, out NSError? error)

Parameters

document SBSDKDocument
options SBSDKPDFRendererOptions
outputURL NSUrl
error NSError

Returns

bool

RenderScannedDocumentAsyncWithTo(SBSDKScannedDocument, SBSDKPDFRendererOptions, NSUrl?, Action<NSUrl, NSError>)

public static void RenderScannedDocumentAsyncWithTo(SBSDKScannedDocument document, SBSDKPDFRendererOptions options, NSUrl? output, Action<NSUrl, NSError> completionHandler)

Parameters

document SBSDKScannedDocument
options SBSDKPDFRendererOptions
output NSUrl
completionHandler Action<NSUrl, NSError>

RenderScannedDocumentWithOptions(SBSDKScannedDocument, SBSDKPDFRendererOptions, NSUrl?, Action<bool, NSError>)

public static SBSDKProgress? RenderScannedDocumentWithOptions(SBSDKScannedDocument document, SBSDKPDFRendererOptions options, NSUrl? output, Action<bool, NSError> completion)

Parameters

document SBSDKScannedDocument
options SBSDKPDFRendererOptions
output NSUrl
completion Action<bool, NSError>

Returns

SBSDKProgress

RenderScannedDocumentWithOptionsOutput(SBSDKScannedDocument, SBSDKPDFRendererOptions, NSUrl?, out NSError?)

public static bool RenderScannedDocumentWithOptionsOutput(SBSDKScannedDocument document, SBSDKPDFRendererOptions options, NSUrl? outputURL, out NSError? error)

Parameters

document SBSDKScannedDocument
options SBSDKPDFRendererOptions
outputURL NSUrl
error NSError

Returns

bool