UserZones.ItemByUniqueID Method
|
This property allows you to identify a user zone based on its ID.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ItemByUniqueID(
int ID,
out UserZone UserZone
)
Public Sub ItemByUniqueID (
ID As Integer,
<OutAttribute> ByRef UserZone As UserZone
)
public:
void ItemByUniqueID(
[InAttribute] int ID,
[OutAttribute] UserZone^% UserZone
)
Parameters
- ID
- Type: System.Int32
- UserZone
- Type: Kofax.OmniPageCSDK.IproPlus.UserZone
See Also