 | PdfViewerDrawFillForms Method |
Draw fill forms
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void DrawFillForms(
PdfBitmap bitmap,
PdfPage page,
Rectangle actualRect
)
Protected Overridable Sub DrawFillForms (
bitmap As PdfBitmap,
page As PdfPage,
actualRect As Rectangle
)
protected:
virtual void DrawFillForms(
PdfBitmap^ bitmap,
PdfPage^ page,
Rectangle actualRect
)
abstract DrawFillForms :
bitmap : PdfBitmap *
page : PdfPage *
actualRect : Rectangle -> unit
override DrawFillForms :
bitmap : PdfBitmap *
page : PdfPage *
actualRect : Rectangle -> unit protected void DrawFillForms(
PdfBitmap bitmap,
PdfPage page,
Rectangle actualRect
)
function DrawFillForms(bitmap, page, actualRect);
Parameters
- bitmap PdfBitmap
- The drawing surface
- page PdfPage
- Page to be drawn
- actualRect Rectangle
- Page bounds in control coordinates
Remarks
See Also