Table of Contents

Class _SBSDKPDFGenerating

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class _SBSDKPDFGenerating : NSObject, I_SBSDKPDFGenerating, INativeObject, IDisposable
Inheritance
_SBSDKPDFGenerating
Implements
INativeObject
Derived
Extension Methods

Constructors

_SBSDKPDFGenerating()

public _SBSDKPDFGenerating()

_SBSDKPDFGenerating(NSObjectFlag)

protected _SBSDKPDFGenerating(NSObjectFlag t)

Parameters

t NSObjectFlag

_SBSDKPDFGenerating(NativeHandle)

protected _SBSDKPDFGenerating(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

Error(SBSDKImageRef[], NSUrl?, SBSDKStorageCryptingProvider?, SBSDKProgress?, out NSError?)

public virtual bool Error(SBSDKImageRef[] imageRefs, NSUrl? pdfOutputURL, SBSDKStorageCryptingProvider? cryptingProvider, SBSDKProgress? progress, out NSError? outError)

Parameters

imageRefs SBSDKImageRef[]
pdfOutputURL NSUrl
cryptingProvider SBSDKStorageCryptingProvider
progress SBSDKProgress
outError NSError

Returns

bool

IndexSetError(SBSDKImageStoring, NSIndexSet, NSUrl?, SBSDKStorageCryptingProvider?, SBSDKProgress?, out NSError?)

public virtual bool IndexSetError(SBSDKImageStoring storage, NSIndexSet indices, NSUrl? pdfOutputURL, SBSDKStorageCryptingProvider? cryptingProvider, SBSDKProgress? progress, out NSError? outError)

Parameters

storage SBSDKImageStoring
indices NSIndexSet
pdfOutputURL NSUrl
cryptingProvider SBSDKStorageCryptingProvider
progress SBSDKProgress
outError NSError

Returns

bool

InitWithConfiguration(SBSDKPDFConfiguration, SBSDKOCREngineConfiguration?, out NSError?)

public virtual nint InitWithConfiguration(SBSDKPDFConfiguration configuration, SBSDKOCREngineConfiguration? ocrConfiguration, out NSError? error)

Parameters

configuration SBSDKPDFConfiguration
ocrConfiguration SBSDKOCREngineConfiguration
error NSError

Returns

nint