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