BeforeRenderTemplateInPdfPageParams Class

Represents the parameters of the BeforeRenderInPdfPageEvent event

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class BeforeRenderTemplateInPdfPageParams
Inheritance
Object    BeforeRenderTemplateInPdfPageParams

Properties

CancelRender A flag you can set to indicate if the rendering of the template in PDF page should be canceled
Page The PDF page where the template is rendered
PageNumber The number in PDF document of the PDF page where the template is rendered

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