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
streamStreamimagesICollection<ProcessedImage>exportParamsPdfExportParamsocrParamsOcrParamsprogressProgressHandler
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
pathstringimagesICollection<ProcessedImage>exportParamsPdfExportParamsocrParamsOcrParamsprogressProgressHandler