Class PdfImporter
Imports PDF files.
public class PdfImporter
- Inheritance
-
PdfImporter
- Inherited Members
Constructors
PdfImporter(ScanningContext, IPdfPasswordProvider?)
public PdfImporter(ScanningContext scanningContext, IPdfPasswordProvider? pdfPasswordProvider = null)
Parameters
scanningContext
ScanningContextpdfPasswordProvider
IPdfPasswordProvider
Methods
Import(Stream, ImportParams?, ProgressHandler)
public IAsyncEnumerable<ProcessedImage> Import(Stream stream, ImportParams? importParams = null, ProgressHandler progress = default)
Parameters
stream
StreamimportParams
ImportParamsprogress
ProgressHandler
Returns
Import(string, ImportParams?, ProgressHandler)
public IAsyncEnumerable<ProcessedImage> Import(string filePath, ImportParams? importParams = null, ProgressHandler progress = default)
Parameters
filePath
stringimportParams
ImportParamsprogress
ProgressHandler