Class BeforeRenderInPageParams
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents the parameters of the BeforeRenderInPageEvent event
[ClassInterface(ClassInterfaceType.AutoDual)]
public class BeforeRenderInPageParams
- Inheritance
-
BeforeRenderInPageParams
- Inherited Members
Properties
Page
The PDF page where the variable HTML is currently rendered
public PdfPage Page { get; }
Property Value
PageCount
The total number of PDF pages in the PDF document being rendered
public int PageCount { get; }
Property Value
PageNumber
The number in PDF document of the PDF page where the variable HTML is currently rendered
public int PageNumber { get; }
Property Value
VariableHtmlElement
The HtmlToPdfVariableElement which triggered this event
public HtmlToPdfVariableElement VariableHtmlElement { get; }