Table of Contents

Constructor DocumentImportProgressEventArgs

Namespace
LMKit.Retrieval.Events
Assembly
LM-Kit.NET.dll

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

documentName string

The name of the document being imported.

phase DocumentImportPhase

The current phase of the import operation.

pageIndex int

The zero-based index of the page being processed.

totalPages int

The total number of pages to process.

pageStrategy PageProcessingMode

The processing strategy used for the current page.

sectionCount int

The number of text sections to embed.