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, SBSDKStorageCrypting?)
  
  
  
  
  
    public SBSDKPDFRenderer(SBSDKPDFRendererOptions options, SBSDKStorageCrypting? encrypter)
   
  Parameters
  
    options SBSDKPDFRendererOptions 
    
    encrypter SBSDKStorageCrypting 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Encrypter
  
  
  
  
  
    public virtual SBSDKStorageCrypting? Encrypter { get; }
   
  Property Value
  
    - SBSDKStorageCrypting
 
    
  
  
  
  Options
  
  
  
  
  
    public virtual SBSDKPDFRendererOptions Options { get; }
   
  Property Value
  
    - SBSDKPDFRendererOptions
 
    
  
  Methods
  
  
  RenderDocument(SBSDKDocument, NSUrl, SBSDKProgress?, out NSError?)
  
  
  
  
  
    public virtual bool RenderDocument(SBSDKDocument document, NSUrl output, SBSDKProgress? progress, out NSError? error)
   
  Parameters
  
    document SBSDKDocument 
    
    output NSUrl 
    
    progress SBSDKProgress 
    
    error NSError 
    
  
  Returns
  
    - bool
 
    
  
  
  
  RenderDocument(SBSDKDocument, NSUrl, Action<bool, NSError>)
  
  
  
  
  
    public virtual SBSDKProgress? RenderDocument(SBSDKDocument document, NSUrl output, Action<bool, NSError> completion)
   
  Parameters
  
    document SBSDKDocument 
    
    output NSUrl 
    
    completion Action<bool, NSError> 
    
  
  Returns
  
    - SBSDKProgress
 
    
  
  
  
  RenderDocumentAsync(SBSDKDocument, NSUrl, Action<NSUrl, NSError>)
  
  
  
  
  
    public virtual void RenderDocumentAsync(SBSDKDocument document, NSUrl output, Action<NSUrl, NSError> completionHandler)
   
  Parameters
  
    document SBSDKDocument 
    
    output NSUrl 
    
    completionHandler Action<NSUrl, NSError> 
    
  
  
  
  RenderImageStorage(SBSDKImageStoring, NSIndexSet?, NSUrl, SBSDKProgress?, out NSError?)
  
  
  
  
  
    public virtual bool RenderImageStorage(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, NSUrl output, SBSDKProgress? progress, out NSError? error)
   
  Parameters
  
    imageStorage SBSDKImageStoring 
    
    indexSet NSIndexSet 
    
    output NSUrl 
    
    progress SBSDKProgress 
    
    error NSError 
    
  
  Returns
  
    - bool
 
    
  
  
  
  RenderImageStorage(SBSDKImageStoring, NSIndexSet?, NSUrl, Action<bool, NSError>)
  
  
  
  
  
    public virtual SBSDKProgress? RenderImageStorage(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, NSUrl output, Action<bool, NSError> completion)
   
  Parameters
  
    imageStorage SBSDKImageStoring 
    
    indexSet NSIndexSet 
    
    output NSUrl 
    
    completion Action<bool, NSError> 
    
  
  Returns
  
    - SBSDKProgress
 
    
  
  
  
  RenderImageStorageAsync(SBSDKImageStoring, NSIndexSet?, NSUrl, Action<NSUrl, NSError>)
  
  
  
  
  
    public virtual void RenderImageStorageAsync(SBSDKImageStoring imageStorage, NSIndexSet? indexSet, NSUrl output, Action<NSUrl, NSError> completionHandler)
   
  Parameters
  
    imageStorage SBSDKImageStoring 
    
    indexSet NSIndexSet 
    
    output NSUrl 
    
    completionHandler Action<NSUrl, NSError> 
    
  
  
  
  RenderScannedDocument(SBSDKScannedDocument, NSUrl?, SBSDKProgress?, out NSError?)
  
  
  
  
  
    public virtual bool RenderScannedDocument(SBSDKScannedDocument document, NSUrl? output, SBSDKProgress? progress, out NSError? error)
   
  Parameters
  
    document SBSDKScannedDocument 
    
    output NSUrl 
    
    progress SBSDKProgress 
    
    error NSError 
    
  
  Returns
  
    - bool
 
    
  
  
  
  RenderScannedDocument(SBSDKScannedDocument, NSUrl?, Action<bool, NSError>)
  
  
  
  
  
    public virtual SBSDKProgress? RenderScannedDocument(SBSDKScannedDocument document, NSUrl? output, Action<bool, NSError> completion)
   
  Parameters
  
    document SBSDKScannedDocument 
    
    output NSUrl 
    
    completion Action<bool, NSError> 
    
  
  Returns
  
    - SBSDKProgress
 
    
  
  
  
  RenderScannedDocumentAsync(SBSDKScannedDocument, NSUrl?, Action<NSUrl, NSError>)
  
  
  
  
  
    public virtual void RenderScannedDocumentAsync(SBSDKScannedDocument document, NSUrl? output, Action<NSUrl, NSError> completionHandler)
   
  Parameters
  
    document SBSDKScannedDocument 
    
    output NSUrl 
    
    completionHandler Action<NSUrl, NSError>