Click or drag to resize

PdfViewerDrawPage Method

Draws page content and fillforms

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual bool DrawPage(
	PdfBitmap bitmap,
	PdfPage page,
	Rectangle actualRect
)

Parameters

bitmap  PdfBitmap
The drawing surface
page  PdfPage
Page to be drawn
actualRect  Rectangle
Page bounds in control coordinates

Return Value

Boolean
true if page was rendered; false if any error is occurred or page is still rendering.
Remarks
Please see the remarks section of OnPaint(PaintEventArgs) for getting more info about page rendering order.
See Also