ImageFileCreateMemoryBitmap Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
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
Remarks
The MemoryBitmap object created is automatically added to the MemoryBitmaps collection and a reference to the new object is returned.
The Page is an optional numeric parameter specifying the index of the image being processed. If it is unspecified or (-1), the first page will be used to create the MemoryBitmap.
See Also