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
Syntaxpublic void ApplyPreprocessTemplate(
string Name,
bool Embedded
)
Public Sub ApplyPreprocessTemplate (
Name As String,
Embedded As Boolean
)
public:
void ApplyPreprocessTemplate(
[InAttribute] String^ Name,
[InAttribute] bool Embedded
)
Parameters
- Name
- Type: System.String
- Embedded
- Type: System.Boolean
Remarks
See Also