Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Add(
ImageInfo ImgInfo,
Object Bitmap,
[OptionalAttribute] Object Palette,
out MemoryBitmap MemoryBitmap
)
Public Sub Add (
ImgInfo As ImageInfo,
Bitmap As Object,
<OptionalAttribute> Palette As Object,
<OutAttribute> ByRef MemoryBitmap As MemoryBitmap
)
public:
void Add(
[InAttribute] ImageInfo^ ImgInfo,
[InAttribute] Object^ Bitmap,
[OptionalAttribute] [InAttribute] Object^ Palette,
[OutAttribute] MemoryBitmap^% MemoryBitmap
)
Parameters
- ImgInfo
- Type: Kofax.OmniPageCSDK.IproPlusImageInfo
- Bitmap
- Type: SystemObject
- Palette (Optional)
- Type: SystemObject
- MemoryBitmap
- Type: Kofax.OmniPageCSDK.IproPlusMemoryBitmap
See Also