Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Add(
[OptionalAttribute] ZONETYPE Type,
[OptionalAttribute] int Index,
out UserZone UserZone
)
Public Sub Add (
<OptionalAttribute> Type As ZONETYPE,
<OptionalAttribute> Index As Integer,
<OutAttribute> ByRef UserZone As UserZone
)
public:
void Add(
[OptionalAttribute] [InAttribute] ZONETYPE Type,
[OptionalAttribute] [InAttribute] int Index,
[OutAttribute] UserZone^% UserZone
)
Parameters
- Type (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusZONETYPE
- Index (Optional)
- Type: SystemInt32
- UserZone
- Type: Kofax.OmniPageCSDK.IproPlusUserZone
See Also