Class DocumentImportProgressEventArgs
Provides data for the DocumentImportProgress event.
public sealed class DocumentImportProgressEventArgs : EventArgs
- Inheritance
-
DocumentImportProgressEventArgs
- Inherited Members
Constructors
- DocumentImportProgressEventArgs(string, DocumentImportPhase, int, int, PageProcessingMode, int)
Initializes a new instance of the DocumentImportProgressEventArgs class.
Properties
- DocumentName
Gets the name of the document being imported.
- PageIndex
Gets the zero-based index of the page being processed. Only meaningful during PageProcessingStarted and PageProcessingCompleted phases.
- PageStrategy
Gets the processing strategy used for the current page. Only meaningful during page processing phases.
- Phase
Gets the current phase of the import operation.
- SectionCount
Gets the number of text sections to embed. Only meaningful during EmbeddingStarted and EmbeddingCompleted phases.
- TotalPages
Gets the total number of pages to process.