Class AfterRenderPdfPageParams
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents the parameters of the AfterRenderPdfPageEvent event
[ClassInterface(ClassInterfaceType.AutoDual)]
public class AfterRenderPdfPageParams
- Inheritance
-
AfterRenderPdfPageParams
- Inherited Members
Properties
Page
The PDF page that was rendered when the event was raised
public PdfPage Page { get; }
Property Value
PageCount
The total number of PDF pages to be rendered by the current conversion
public int PageCount { get; }
Property Value
PageNumber
The number in PDF document of the PDF page that was rendered
public int PageNumber { get; }
Property Value
RenderedRectangle
The rectangle that was rendered in PDF page
public RectangleF RenderedRectangle { get; }