Click or drag to resize

Document.LoadBitmap Method

This method returns a reference to the created Page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void LoadBitmap(
	MemoryBitmap Bitmap,
	[OptionalAttribute] int InsertPos,
	out Page Page
)

Parameters

Bitmap
Type: Kofax.OmniPageCSDK.IproPlus.MemoryBitmap
InsertPos (Optional)
Type: System.Int32
Page
Type: Kofax.OmniPageCSDK.IproPlus.Page
Remarks

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.

See Also