Returns an array with page information. Each page might have set a name which is supposed to be displayed in a page overview.

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

Syntax

C#
public IInfigoPage[] Pages { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pages As IInfigoPage()
Visual C++
public:
property array<IInfigoPage^>^ Pages {
	array<IInfigoPage^>^ get ();
}

See Also