Click or drag to resize

DocumentGetActivePage Method

This property returns a reference to the active page of the document, which is always loaded into memory.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetActivePage(
	out Page ActivePage
)

Parameters

ActivePage
Type: Kofax.OmniPageCSDK.IproPlusPage
Remarks

The page-level Visual Components also display the active page automatically. Set the ActivePageIndex property of the Pages collection to programmatically change the active page.

See Also