BarcodeTypes.GetItem Method
|
This property returns the requested
BarcodeType object.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out BarcodeType BarcodeType
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef BarcodeType As BarcodeType
)
public:
void GetItem(
int Index,
[OutAttribute] BarcodeType^% BarcodeType
)
Parameters
- Index
- Type: System.Int32
- BarcodeType
- Type: Kofax.OmniPageCSDK.IproPlus.BarcodeType
See Also