Gets the current number of display pages for the content.
Namespace: Spire.PdfViewer.FormsAssembly: 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: property int PageCount { int get (); }
member PageCount : int with get