Click or drag to resize

ImageFileInfo Method

This property creates and returns an ImageInfo object for the requested page of the image file.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Info(
	[OptionalAttribute] int Page,
	out ImageInfo Info
)

Parameters

Page (Optional)
Type: SystemInt32
Info
Type: Kofax.OmniPageCSDK.IproPlusImageInfo
Remarks

The optional Page parameter is a number defining the index of the page being queried. If it is not specified or (-1), information about the first page is returned.

See Also