Click or drag to resize

BeforeRenderNextPageEventArgs Constructor

Constructor

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public BeforeRenderNextPageEventArgs(
	int pageIndex,
	RectangleF rectangle
)

Parameters

pageIndex  Int32
The next page index
rectangle  RectangleF
The rectangle rendered on the next page
See Also