Document.UpdatePage Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
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.Objects.Page
- index
- Type: System.Int32
See Also