Constructor DocumentImportProgressEventArgs
DocumentImportProgressEventArgs(string, DocumentImportPhase, int, int, PageProcessingMode, int)
Initializes a new instance of the DocumentImportProgressEventArgs class.
public DocumentImportProgressEventArgs(string documentName, DocumentImportPhase phase, int pageIndex = 0, int totalPages = 0, PageProcessingMode pageStrategy = PageProcessingMode.Auto, int sectionCount = 0)
Parameters
documentNamestringThe name of the document being imported.
phaseDocumentImportPhaseThe current phase of the import operation.
pageIndexintThe zero-based index of the page being processed.
totalPagesintThe total number of pages to process.
pageStrategyPageProcessingModeThe processing strategy used for the current page.
sectionCountintThe number of text sections to embed.