Page count.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int PageCount { get; }
Public ReadOnly Property PageCount As Integer
	Get
public:
virtual property int PageCount {
	int get () sealed;
}
abstract PageCount : int with get
override PageCount : int with get

Property Value

Int32

Implements

IPdfDocumentViewer..::..PageCount

See Also