Gets the number of pages contained in this XPS document.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The page count.

See Also