Gets a reference to the PDF page being rendered

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfPage Page { get; }
Visual Basic
Public ReadOnly Property Page As PdfPage
	Get
Visual C++
public:
property PdfPage^ Page {
	PdfPage^ get ();
}

Property Value

Type: PdfPage

See Also