Class PdfExporter
Exports images to a PDF file.
public class PdfExporter- Inheritance
- 
      
      PdfExporter
- Inherited Members
Constructors
PdfExporter(ScanningContext)
public PdfExporter(ScanningContext scanningContext)Parameters
- scanningContextScanningContext
Methods
Export(Stream, ICollection<ProcessedImage>, PdfExportParams?, OcrParams?, ProgressHandler)
public Task<bool> Export(Stream stream, ICollection<ProcessedImage> images, PdfExportParams? exportParams = null, OcrParams? ocrParams = null, ProgressHandler progress = default)Parameters
- streamStream
- imagesICollection<ProcessedImage>
- exportParamsPdfExportParams
- ocrParamsOcrParams
- progressProgressHandler
Returns
Export(string, ICollection<ProcessedImage>, PdfExportParams?, OcrParams?, ProgressHandler)
public Task<bool> Export(string path, ICollection<ProcessedImage> images, PdfExportParams? exportParams = null, OcrParams? ocrParams = null, ProgressHandler progress = default)Parameters
- pathstring
- imagesICollection<ProcessedImage>
- exportParamsPdfExportParams
- ocrParamsOcrParams
- progressProgressHandler