Click or drag to resize

PageSaveFormTemplate Method

This method saves a form template constructed using the CreateFormTemplate method.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SaveFormTemplate(
	string Name,
	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