Click or drag to resize

BeforeRenderNextPageEventArgs Class

BeforeRenderNextPage event arguments
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorBeforeRenderNextPageEventArgs

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class BeforeRenderNextPageEventArgs

The BeforeRenderNextPageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBeforeRenderNextPageEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyCancel
Set this property true to cancel rendering on next page
Public propertyPageIndex
The index of the next page
Public propertyRectangle
The rectangle that will be rendered on the next page
Top
See Also