Click or drag to resize

FormTemplateLibrary.TemplatePageChangedHandler 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.IproPlus.FormTemplate
UniqueID
Type: System.IntPtr
Page
Type: System.Int32
See Also