Click or drag to resize

BeforeRenderNextPageEventArgs Constructor

Constructor

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.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