- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKPDFPagesExtractor : NSObject
- Inheritance
-
SBSDKPDFPagesExtractor
- Extension Methods
-
Constructors
public SBSDKPDFPagesExtractor()
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
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>>
public virtual NSUrl[] ImageURLsFromPDF(NSUrl pdfURL, NSUrl outputDirectory)
Parameters
pdfURL
NSUrl
outputDirectory
NSUrl
Returns
- NSUrl[]
public virtual NSUrl[] ImageURLsFromPDF(NSUrl pdfURL, NFloat compression, NSUrl outputDirectory)
Parameters
pdfURL
NSUrl
compression
NFloat
outputDirectory
NSUrl
Returns
- 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[]
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
public virtual UIImage[] ImagesFromPDF(NSUrl pdfURL)
Parameters
pdfURL
NSUrl
Returns
- UIImage[]
public virtual UIImage[] ImagesFromPDF(NSUrl pdfURL, NFloat scaling)
Parameters
pdfURL
NSUrl
scaling
NFloat
Returns
- UIImage[]