BeforeRenderInPageParams Class

Represents the parameters of the BeforeRenderInPageEvent event

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class BeforeRenderInPageParams
Inheritance
Object    BeforeRenderInPageParams

Properties

Page The PDF page where the variable HTML is currently rendered
PageCount The total number of PDF pages in the PDF document being rendered
PageNumber The number in PDF document of the PDF page where the variable HTML is currently rendered
VariableHtmlElement The HtmlToPdfVariableElement which triggered this event

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also