Returns the number of pages in the file.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int NumberOfPages { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfPages As Integer
Visual C++
public:
property int NumberOfPages {
	int get ();
}

See Also