PageSaveFormTemplate Method
|
This method saves a form template constructed using the CreateFormTemplate method.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveFormTemplate(
string Name,
bool Embedded
)
Public Sub SaveFormTemplate (
Name As String,
Embedded As Boolean
)
public:
void SaveFormTemplate(
[InAttribute] String^ Name,
[InAttribute] bool Embedded
)
Parameters
- Name
- Type: SystemString
- Embedded
- Type: SystemBoolean
Remarks
After calling CreateFormTemplate you can fine tune the zone properties before calling the SaveFormTemplate.
The Name parameter is the fully qualified path to the file to be created if the Embedded parameter is False. If the Embedded parameter is true,
a user data stream of type of CD_FORMTEMPLATE is created under the parent Document object and the form template is stored embedded.
See Also