Table of Contents

Class BeforeRenderTemplateInPdfPageParams

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents the parameters of the BeforeRenderInPdfPageEvent event

[ClassInterface(ClassInterfaceType.AutoDual)]
public class BeforeRenderTemplateInPdfPageParams
Inheritance
BeforeRenderTemplateInPdfPageParams
Inherited Members

Properties

CancelRender

A flag you can set to indicate if the rendering of the template in PDF page should be canceled

public bool CancelRender { get; set; }

Property Value

bool

Page

The PDF page where the template is rendered

public PdfPage Page { get; }

Property Value

PdfPage

PageNumber

The number in PDF document of the PDF page where the template is rendered

public int PageNumber { get; }

Property Value

int