Click or drag to resize

Page.ApplyPreprocessTemplate Method

This method performs template-based preprocessing on one or more document pages.

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

Parameters

Name
Type: System.String
Embedded
Type: System.Boolean
Remarks

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

See Also