Click or drag to resize

PluginOnSourceReady Method

Called when the source file for an export job has been initialized.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public virtual ActionCode OnSourceReady(
	IEngine engine,
	IDocument document
)

Parameters

engine
Type: Opait.ReportMiner.ApiIEngine
The export engine.
document
Type: Opait.ReportMiner.ApiIDocument
The initialized source PDF document.

Return Value

Type: ActionCode
A code to instruct the engine on how to proceed.

Implements

IPluginOnSourceReady(IEngine, IDocument)
See Also