Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic void Lock(
bool forwrite,
out IMG_INFO info,
out IntPtr bitmap
)
Public Sub Lock (
forwrite As Boolean,
<OutAttribute> ByRef info As IMG_INFO,
<OutAttribute> ByRef bitmap As IntPtr
)
public:
void Lock(
bool forwrite,
[OutAttribute] IMG_INFO^% info,
[OutAttribute] IntPtr% bitmap
)
Parameters
- forwrite
- Type: System.Boolean
- info
- Type: Kofax.OmniPageCSDK.ArgTypes.IMG_INFO
- bitmap
- Type: System.IntPtr
See Also