 | PdfViewerDrawPage Method |
Draws page content and fillforms
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual bool DrawPage(
PdfBitmap bitmap,
PdfPage page,
Rectangle actualRect
)
Protected Overridable Function DrawPage (
bitmap As PdfBitmap,
page As PdfPage,
actualRect As Rectangle
) As Boolean
protected:
virtual bool DrawPage(
PdfBitmap^ bitmap,
PdfPage^ page,
Rectangle actualRect
)
abstract DrawPage :
bitmap : PdfBitmap *
page : PdfPage *
actualRect : Rectangle -> bool
override DrawPage :
bitmap : PdfBitmap *
page : PdfPage *
actualRect : Rectangle -> bool protected boolean DrawPage(
PdfBitmap bitmap,
PdfPage page,
Rectangle actualRect
)
function DrawPage(bitmap, page, actualRect);
Parameters
- bitmap PdfBitmap
- The drawing surface
- page PdfPage
- Page to be drawn
- actualRect Rectangle
- Page bounds in control coordinates
Return Value
Booleantrue if page was rendered; false if any error is occurred or page is still rendering.
Remarks
See Also