Page.ApplyZoneTemplate Method
|
This method applies a previously created zone template to the page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ApplyZoneTemplate(
string Name,
bool Embedded
)
Public Sub ApplyZoneTemplate (
Name As String,
Embedded As Boolean
)
public:
void ApplyZoneTemplate(
[InAttribute] String^ Name,
[InAttribute] bool Embedded
)
Parameters
- Name
- Type: System.String
- Embedded
- Type: System.Boolean
Remarks
For more details, see the description for the Document object's ApplyZoneTemplate method.
See Also