ImageFile.PageCount 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
Syntaxpublic int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
public:
property int PageCount {
int 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