Click or drag to resize

FormTemplateLibraryMatch 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.IproPlusPage
Folder (Optional)
Type: SystemString
Name (Optional)
Type: SystemString
FirstPage (Optional)
Type: SystemInt32
LastPage (Optional)
Type: SystemInt32
FormTemplates
Type: Kofax.OmniPageCSDK.IproPlusMatchingFormTemplates
See Also