BackgroundZones.ItemByUniqueID Method
|
This method returns the unique ID of the active item.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ItemByUniqueID(
int ID,
out BackgroundZone BackgroundZone
)
Public Sub ItemByUniqueID (
ID As Integer,
<OutAttribute> ByRef BackgroundZone As BackgroundZone
)
public:
void ItemByUniqueID(
[InAttribute] int ID,
[OutAttribute] BackgroundZone^% BackgroundZone
)
Parameters
- ID
- Type: System.Int32
- BackgroundZone
- Type: Kofax.OmniPageCSDK.IproPlus.BackgroundZone
See Also