Document.GetZoneTemplate Method
|
This method returns the name of the selected zone template.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetZoneTemplate(
out string Name,
out bool Embedded
)
Public Sub GetZoneTemplate (
<OutAttribute> ByRef Name As String,
<OutAttribute> ByRef Embedded As Boolean
)
public:
void GetZoneTemplate(
[OutAttribute] String^% Name,
[OutAttribute] bool% Embedded
)
Parameters
- Name
- Type: System.String
- Embedded
- Type: System.Boolean
See Also