DocumentUpdatePage Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void UpdatePage(
Page page,
int index
)
Public Sub UpdatePage (
page As Page,
index As Integer
)
public:
void UpdatePage(
Page^ page,
int index
)
Parameters
- page
- Type: Kofax.OmniPageCSDK.ObjectsPage
- index
- Type: SystemInt32
See Also