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
Syntaxpublic void Info(
[OptionalAttribute] int Page,
out ImageInfo Info
)
Public Sub Info (
<OptionalAttribute> Page As Integer,
<OutAttribute> ByRef Info As ImageInfo
)
public:
void Info(
[OptionalAttribute] [InAttribute] int Page,
[OutAttribute] ImageInfo^% Info
)
Parameters
- Page (Optional)
- Type: System.Int32
- Info
- Type: Kofax.OmniPageCSDK.IproPlus.ImageInfo
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