Class _SBSDKTLDRPDFGenerator
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class _SBSDKTLDRPDFGenerator : _SBSDKPDFGenerating, I_SBSDKPDFGenerating, INativeObject, IDisposable
- Inheritance
-
_SBSDKTLDRPDFGenerator
- Implements
-
INativeObject
- Extension Methods
-
Constructors
_SBSDKTLDRPDFGenerator()
public _SBSDKTLDRPDFGenerator()
_SBSDKTLDRPDFGenerator(NSObjectFlag?)
protected _SBSDKTLDRPDFGenerator(NSObjectFlag? t)
Parameters
t NSObjectFlag
_SBSDKTLDRPDFGenerator(NativeHandle?)
protected _SBSDKTLDRPDFGenerator(NativeHandle? handle)
Parameters
handle NativeHandle
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Methods
Error(SBSDKImageRef[], NSUrl?, SBSDKStorageCryptingProvider?, SBSDKProgress?, out NSError?)
public override 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 override 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 override nint InitWithConfiguration(SBSDKPDFConfiguration configuration, SBSDKOCREngineConfiguration? ocrConfiguration, out NSError? error)
Parameters
configuration SBSDKPDFConfiguration
ocrConfiguration SBSDKOCREngineConfiguration
error NSError
Returns
- nint