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