Document.LoadBitmap Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void LoadBitmap( MemoryBitmap Bitmap, [OptionalAttribute] int InsertPos, out Page Page )
This method loads an image from a bitmap specified by the Bitmap parameter. The InsertPos is an optional numeric parameter. If it is specified, it indicates the insertion position within the existing document for the newly loaded page(s). If it is unspecified, the loaded pages are appended after the last existing page.
To apply an automatic, after-load preprocessing on the loaded and optionally converted images, pass a valid preprocess template file to the SetPreprocessTemplate method prior to calling the LoadImage method.
Calling this method sets the Modified property to True.