The PDF page being rendered when the event is raised

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