ImageGetImageArea Method (RECT, SIZE, IMG_INFO, Byte)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void GetImageArea(
RECT rect,
SIZE size,
out IMG_INFO info,
out byte[] bytes
)
Public Sub GetImageArea (
rect As RECT,
size As SIZE,
<OutAttribute> ByRef info As IMG_INFO,
<OutAttribute> ByRef bytes As Byte()
)
public:
void GetImageArea(
RECT rect,
SIZE size,
[OutAttribute] IMG_INFO^% info,
[OutAttribute] array<unsigned char>^% bytes
)
Parameters
- rect
- Type: OmniPageCSDK.ArgTypesRECT
- size
- Type: OmniPageCSDK.ArgTypesSIZE
- info
- Type: OmniPageCSDK.ArgTypesIMG_INFO
- bytes
- Type: SystemByte
Return Value
Type:
See Also