Click or drag to resize

PdfViewerDrawPageBorder Method

Draws page's border

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void DrawPageBorder(
	Graphics graphics,
	Rectangle BBox
)

Parameters

graphics  Graphics
The drawing surface
BBox  Rectangle
Page's bounding box
Remarks
Please see the remarks section of OnPaint(PaintEventArgs) for getting more info about page rendering order.
See Also