Class PdfExporter
Exports images to a PDF file.
public class PdfExporter
- Inheritance
-
PdfExporter
- Inherited Members
Constructors
PdfExporter(ScanningContext)
public PdfExporter(ScanningContext scanningContext)
Parameters
scanningContext
ScanningContext
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
stream
Streamimages
ICollection<ProcessedImage>exportParams
PdfExportParamsocrParams
OcrParamsprogress
ProgressHandler
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
path
stringimages
ICollection<ProcessedImage>exportParams
PdfExportParamsocrParams
OcrParamsprogress
ProgressHandler