FormTemplateLibraries.Add 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 Add(
string Name,
out FormTemplateLibrary FormTemplateLibrary
)
Public Sub Add (
Name As String,
<OutAttribute> ByRef FormTemplateLibrary As FormTemplateLibrary
)
public:
void Add(
[InAttribute] String^ Name,
[OutAttribute] FormTemplateLibrary^% FormTemplateLibrary
)
Parameters
- Name
- Type: System.String
- FormTemplateLibrary
- Type: Kofax.OmniPageCSDK.IproPlus.FormTemplateLibrary
See Also