Table of Contents

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

PdfPage

PageCount

The total number of PDF pages in the PDF document being rendered

public int PageCount { get; }

Property Value

int

PageNumber

The number in PDF document of the PDF page where the variable HTML is currently rendered

public int PageNumber { get; }

Property Value

int

VariableHtmlElement

The HtmlToPdfVariableElement which triggered this event

public HtmlToPdfVariableElement VariableHtmlElement { get; }

Property Value

HtmlToPdfVariableElement