Document.SetZoneTemplate Method
|
This method selects a zone template for the Document object.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetZoneTemplate(
string Name,
bool Embedded
)
Public Sub SetZoneTemplate (
Name As String,
Embedded As Boolean
)
public:
void SetZoneTemplate(
[InAttribute] String^ Name,
[InAttribute] bool Embedded
)
Parameters
- Name
- Type: System.String
- Embedded
- Type: System.Boolean
See Also