Click or drag to resize

PdfViewerDrawPageBackColor Method

Draws page background

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void DrawPageBackColor(
	PdfBitmap bitmap,
	int x,
	int y,
	int width,
	int height
)

Parameters

bitmap  PdfBitmap
The drawing surface
x  Int32
Actual X position of the page
y  Int32
Actual Y position of the page
width  Int32
Actual width of the page
height  Int32
Actual height of the page
Remarks
Please see the remarks section of OnPaint(PaintEventArgs) for getting more info about page rendering order.
See Also