Click or drag to resize

FormTemplateLibrary.Match Method

Caution note Caution
This API is preliminary and subject to change.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Match(
	Page Page,
	[OptionalAttribute] string Folder,
	[OptionalAttribute] string Name,
	[OptionalAttribute] int FirstPage,
	[OptionalAttribute] int LastPage,
	out MatchingFormTemplates FormTemplates
)

Parameters

Page
Type: Kofax.OmniPageCSDK.IproPlus.Page
Folder (Optional)
Type: System.String
Name (Optional)
Type: System.String
FirstPage (Optional)
Type: System.Int32
LastPage (Optional)
Type: System.Int32
FormTemplates
Type: Kofax.OmniPageCSDK.IproPlus.MatchingFormTemplates
See Also