BeforeRenderNextPageEventArgs Constructor |
Constructor
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public BeforeRenderNextPageEventArgs(
int pageIndex,
RectangleF rectangle
)
Public Sub New (
pageIndex As Integer,
rectangle As RectangleF
)
Parameters
- pageIndex
- Type: SystemInt32
The next page index - rectangle
- Type: System.DrawingRectangleF
The rectangle rendered on the next page
See Also