FormTemplateLibrary.Match Method
|
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
Syntaxpublic void Match(
Page Page,
[OptionalAttribute] string Folder,
[OptionalAttribute] string Name,
[OptionalAttribute] int FirstPage,
[OptionalAttribute] int LastPage,
out MatchingFormTemplates FormTemplates
)
Public Sub Match (
Page As Page,
<OptionalAttribute> Folder As String,
<OptionalAttribute> Name As String,
<OptionalAttribute> FirstPage As Integer,
<OptionalAttribute> LastPage As Integer,
<OutAttribute> ByRef FormTemplates As MatchingFormTemplates
)
public:
void Match(
[InAttribute] Page^ Page,
[OptionalAttribute] [InAttribute] String^ Folder,
[OptionalAttribute] [InAttribute] String^ Name,
[OptionalAttribute] [InAttribute] int FirstPage,
[OptionalAttribute] [InAttribute] int LastPage,
[OutAttribute] 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