Click or drag to resize

BeforeRenderNextPageEventArgs Constructor

Constructor

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public BeforeRenderNextPageEventArgs(
	int pageIndex,
	RectangleF rectangle
)

Parameters

pageIndex
Type: SystemInt32
The next page index
rectangle
Type: System.DrawingRectangleF
The rectangle rendered on the next page
See Also