Click or drag to resize

PrintPageEventArgs Constructor

Initializes a new instance of the PrintPageEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PrintPageEventArgs(
	Graphics graphics,
	SizeF pageSize,
	int currentPage
)

Parameters

graphics
Type: Eto.DrawingGraphics
Graphics context to paint the page.
pageSize
Type: Eto.DrawingSizeF
Size of the page in device units.
currentPage
Type: SystemInt32
Current page that is being printed.
See Also