PageCount Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The number of pages in the currently displayed document.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public int PageCount { get; private set; }
Visual Basic
Public Property PageCount As Integer
	Get
	Private Set
Visual C++
public:
property int PageCount {
	int get ();
	private: void set (int value);
}

See Also