Table of Contents

Class _SBSDKTIFFGenerator

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

Constructors

_SBSDKTIFFGenerator()

public _SBSDKTIFFGenerator()

_SBSDKTIFFGenerator(NSObjectFlag)

protected _SBSDKTIFFGenerator(NSObjectFlag t)

Parameters

t NSObjectFlag

_SBSDKTIFFGenerator(NativeHandle)

protected _SBSDKTIFFGenerator(NativeHandle handle)

Parameters

handle NativeHandle

_SBSDKTIFFGenerator(SBSDKTIFFGeneratorParameters, out NSError?)

public _SBSDKTIFFGenerator(SBSDKTIFFGeneratorParameters parameters, out NSError? error)

Parameters

parameters SBSDKTIFFGeneratorParameters
error NSError

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

GenerateFromImages(SBSDKImageRef[], out NSError?)

public virtual NSData? GenerateFromImages(SBSDKImageRef[] images, out NSError? error)

Parameters

images SBSDKImageRef[]
error NSError

Returns

NSData

GenerateFromImages(SBSDKImageRef[], NSUrl, SBSDKStorageCryptingProvider?, out NSError?)

public virtual bool GenerateFromImages(SBSDKImageRef[] images, NSUrl fileURL, SBSDKStorageCryptingProvider? cryptingProvider, out NSError? error)

Parameters

images SBSDKImageRef[]
fileURL NSUrl
cryptingProvider SBSDKStorageCryptingProvider
error NSError

Returns

bool

GenerateFromURLs(NSUrl[], NSUrl, SBSDKStorageCryptingProvider?, out NSError?)

public virtual bool GenerateFromURLs(NSUrl[] imageURLs, NSUrl fileURL, SBSDKStorageCryptingProvider? cryptingProvider, out NSError? error)

Parameters

imageURLs NSUrl[]
fileURL NSUrl
cryptingProvider SBSDKStorageCryptingProvider
error NSError

Returns

bool