Document.GetActivePage 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
Syntaxpublic void GetActivePage(
out Page ActivePage
)
Public Sub GetActivePage (
<OutAttribute> ByRef ActivePage As Page
)
public:
void GetActivePage(
[OutAttribute] Page^% ActivePage
)
Parameters
- ActivePage
- Type: Kofax.OmniPageCSDK.IproPlus.Page
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