Click or drag to resize

BeforeRenderPageEventArgs Constructor

Construct new instnace of the PrintPageLoadedEventArgs class

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax
public BeforeRenderPageEventArgs(
	Graphics g,
	PdfPage page,
	int x,
	int y,
	int width,
	int height,
	PageRotate rotation
)

Parameters

g  Graphics
Drawing surface.
page  PdfPage
The page what will be printed.
x  Int32
Horizontal position of the page on the drawing surface.
y  Int32
Vertical position of the page on the drawing surface.
width  Int32
The page's width calculated to match the sheet size.
height  Int32
The page's height calculated to match the sheet size.
rotation  PageRotate
The page rotation.
See Also