| BeforeRenderPageEventArgsPage Property |
The page what will be printed.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public PdfPage Page { get; }
Public ReadOnly Property Page As PdfPage
Get
public:
property PdfPage^ Page {
PdfPage^ get ();
}
member Page : PdfPage with get
/** @property */
public PdfPage get_Page()
Property Value
PdfPageSee Also