Click or drag to resize

PluginOnPageReady Method

Called when a page is about to be parsed.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public virtual ActionCode OnPageReady(
	IEngine engine,
	IPage page
)

Parameters

engine
Type: Opait.ReportMiner.ApiIEngine
The export engine.
page
Type: Opait.ReportMiner.ApiIPage
The current page.

Return Value

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

Implements

IPluginOnPageReady(IEngine, IPage)
See Also