Click or drag to resize

ImageFilePageCount Property

This property returns the number of pages stored in the associated image file.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int PageCount { get; }

Property Value

Type: Int32
Remarks

In the case of multi-page image file formats (TIFF, DCX, MAX or PDF), this property may return a value larger than 1.

For single page image file formats this property always returns 1.

See Also