 | PdfViewerCurrentPage Property |
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic PdfPage CurrentPage { get; }
Public ReadOnly Property CurrentPage As PdfPage
Get
public:
property PdfPage^ CurrentPage {
PdfPage^ get ();
}
member CurrentPage : PdfPage with get
/** @property */
public PdfPage get_CurrentPage()
function get_CurrentPage();
Property Value
Type:
PdfPage
See Also