UserZonesSaveTemplate Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveTemplate(
string FileName,
[OptionalAttribute] bool ToFile
)
Public Sub SaveTemplate (
FileName As String,
<OptionalAttribute> ToFile As Boolean
)
public:
void SaveTemplate(
[InAttribute] String^ FileName,
[OptionalAttribute] [InAttribute] bool ToFile
)
Parameters
- FileName
- Type: SystemString
- ToFile (Optional)
- Type: SystemBoolean
See Also