Table of Contents

Class SBSDKPDFPagesExtractor

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKPDFPagesExtractor : NSObject
Inheritance
SBSDKPDFPagesExtractor

Constructors

SBSDKPDFPagesExtractor()

public SBSDKPDFPagesExtractor()

SBSDKPDFPagesExtractor(NSObjectFlag)

protected SBSDKPDFPagesExtractor(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKPDFPagesExtractor(NativeHandle)

protected SBSDKPDFPagesExtractor(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

ImageURLsAsyncFrom(NSUrl, NFloat, NFloat, SBSDKStorageCrypting?, NSUrl, Action<NSArray<NSUrl>>)

public virtual void ImageURLsAsyncFrom(NSUrl pdfURL, NFloat scaling, NFloat compression, SBSDKStorageCrypting? encrypter, NSUrl outputDirectory, Action<NSArray<NSUrl>> completionHandler)

Parameters

pdfURL NSUrl
scaling NFloat
compression NFloat
encrypter SBSDKStorageCrypting
outputDirectory NSUrl
completionHandler Action<NSArray<NSUrl>>

ImageURLsFromPDF(NSUrl, NSUrl)

public virtual NSUrl[] ImageURLsFromPDF(NSUrl pdfURL, NSUrl outputDirectory)

Parameters

pdfURL NSUrl
outputDirectory NSUrl

Returns

NSUrl[]

ImageURLsFromPDF(NSUrl, NFloat, NSUrl)

public virtual NSUrl[] ImageURLsFromPDF(NSUrl pdfURL, NFloat compression, NSUrl outputDirectory)

Parameters

pdfURL NSUrl
compression NFloat
outputDirectory NSUrl

Returns

NSUrl[]

ImageURLsFromPDF(NSUrl, NFloat, NFloat, SBSDKStorageCrypting?, NSUrl)

public virtual NSUrl[] ImageURLsFromPDF(NSUrl pdfURL, NFloat scaling, NFloat compression, SBSDKStorageCrypting? encrypter, NSUrl outputDirectory)

Parameters

pdfURL NSUrl
scaling NFloat
compression NFloat
encrypter SBSDKStorageCrypting
outputDirectory NSUrl

Returns

NSUrl[]

ImageURLsFromPDF(NSUrl, NFloat, NFloat, SBSDKStorageCrypting?, NSUrl, Action<NSArray<NSUrl>>)

public virtual SBSDKProgress? ImageURLsFromPDF(NSUrl pdfURL, NFloat scaling, NFloat compression, SBSDKStorageCrypting? encrypter, NSUrl outputDirectory, Action<NSArray<NSUrl>> completion)

Parameters

pdfURL NSUrl
scaling NFloat
compression NFloat
encrypter SBSDKStorageCrypting
outputDirectory NSUrl
completion Action<NSArray<NSUrl>>

Returns

SBSDKProgress

ImagesFromPDF(NSUrl)

public virtual UIImage[] ImagesFromPDF(NSUrl pdfURL)

Parameters

pdfURL NSUrl

Returns

UIImage[]

ImagesFromPDF(NSUrl, NFloat)

public virtual UIImage[] ImagesFromPDF(NSUrl pdfURL, NFloat scaling)

Parameters

pdfURL NSUrl
scaling NFloat

Returns

UIImage[]