Class SBSDKPDFRenderer
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKPDFRenderer : NSObject
- Inheritance
-
SBSDKPDFRenderer
Constructors
SBSDKPDFRenderer(NSObjectFlag)
protected SBSDKPDFRenderer(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKPDFRenderer(NativeHandle)
protected SBSDKPDFRenderer(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKPDFRenderer(SBSDKPDFRendererOptions)
public SBSDKPDFRenderer(SBSDKPDFRendererOptions options)
Parameters
options
SBSDKPDFRendererOptions
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Options
public virtual SBSDKPDFRendererOptions Options { get; }
Property Value
- SBSDKPDFRendererOptions
Methods
RenderDocument(SBSDKDocument, SBSDKStorageCrypting?, NSUrl, SBSDKProgress?, out NSError?)
public virtual bool RenderDocument(SBSDKDocument document, SBSDKStorageCrypting? encrypter, NSUrl output, SBSDKProgress? progress, out NSError? error)
Parameters
document
SBSDKDocument
encrypter
SBSDKStorageCrypting
output
NSUrl
progress
SBSDKProgress
error
NSError
Returns
- bool
RenderDocument(SBSDKDocument, SBSDKStorageCrypting?, NSUrl, Action<bool, NSError>)
public virtual SBSDKProgress? RenderDocument(SBSDKDocument document, SBSDKStorageCrypting? encrypter, NSUrl output, Action<bool, NSError> completion)
Parameters
document
SBSDKDocument
encrypter
SBSDKStorageCrypting
output
NSUrl
completion
Action<bool, NSError>
Returns
- SBSDKProgress
RenderDocumentAsync(SBSDKDocument, SBSDKStorageCrypting?, NSUrl, Action<NSUrl, NSError>)
public virtual void RenderDocumentAsync(SBSDKDocument document, SBSDKStorageCrypting? encrypter, NSUrl output, Action<NSUrl, NSError> completionHandler)
Parameters
document
SBSDKDocument
encrypter
SBSDKStorageCrypting
output
NSUrl
completionHandler
Action<NSUrl, NSError>
RenderImageStorage(SBSDKImageStoring, NSIndexSet?, SBSDKStorageCrypting?, NSUrl, SBSDKProgress?, out NSError?)
public virtual bool RenderImageStorage(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, SBSDKStorageCrypting? encrypter, NSUrl output, SBSDKProgress? progress, out NSError? error)
Parameters
imageStorage
SBSDKImageStoring
indexSet
NSIndexSet
encrypter
SBSDKStorageCrypting
output
NSUrl
progress
SBSDKProgress
error
NSError
Returns
- bool
RenderImageStorage(SBSDKImageStoring, NSIndexSet?, SBSDKStorageCrypting?, NSUrl, Action<bool, NSError>)
public virtual SBSDKProgress? RenderImageStorage(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, SBSDKStorageCrypting? encrypter, NSUrl output, Action<bool, NSError> completion)
Parameters
imageStorage
SBSDKImageStoring
indexSet
NSIndexSet
encrypter
SBSDKStorageCrypting
output
NSUrl
completion
Action<bool, NSError>
Returns
- SBSDKProgress
RenderImageStorageAsync(SBSDKImageStoring, NSIndexSet?, SBSDKStorageCrypting?, NSUrl, Action<NSUrl, NSError>)
public virtual void RenderImageStorageAsync(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, SBSDKStorageCrypting? encrypter, NSUrl output, Action<NSUrl, NSError> completionHandler)
Parameters
imageStorage
SBSDKImageStoring
indexSet
NSIndexSet
encrypter
SBSDKStorageCrypting
output
NSUrl
completionHandler
Action<NSUrl, NSError>