Click or drag to resize

FormTemplateLibraryTemplatePageChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void TemplatePageChangedHandler(
	FormTemplate FormTemplate,
	IntPtr UniqueID,
	int Page
)

Parameters

FormTemplate
Type: Kofax.OmniPageCSDK.IproPlusFormTemplate
UniqueID
Type: SystemIntPtr
Page
Type: SystemInt32
See Also