Image.GetImageArea Method (SIZE, IMG_INFO)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic Bitmap GetImageArea(
SIZE size,
out IMG_INFO info
)
Public Function GetImageArea (
size As SIZE,
<OutAttribute> ByRef info As IMG_INFO
) As Bitmap
public:
Bitmap^ GetImageArea(
SIZE size,
[OutAttribute] IMG_INFO^% info
)
Parameters
- size
- Type: Kofax.OmniPageCSDK.ArgTypes.SIZE
- info
- Type: Kofax.OmniPageCSDK.ArgTypes.IMG_INFO
Return Value
Type:
Bitmap
See Also