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