Click or drag to resize

PageApplyFormTemplate Method

This method applies a previously created form template to the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ApplyFormTemplate(
	string Name,
	bool Embedded
)

Parameters

Name
Type: SystemString
Embedded
Type: SystemBoolean
Remarks

For more details, see the description for the Document object's ApplyFormTemplate method.

See Also