ImageFileCreateMemoryBitmapArea Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void CreateMemoryBitmapArea(
int Page,
ref IPRORECT Rect,
out MemoryBitmap MemoryBitmap
)
Public Sub CreateMemoryBitmapArea (
Page As Integer,
ByRef Rect As IPRORECT,
<OutAttribute> ByRef MemoryBitmap As MemoryBitmap
)
public:
void CreateMemoryBitmapArea(
[InAttribute] int Page,
[InAttribute] IPRORECT% Rect,
[OutAttribute] MemoryBitmap^% MemoryBitmap
)
Parameters
- Page
- Type: SystemInt32
- Rect
- Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
- MemoryBitmap
- Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
See Also