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
Page
The PDF page where the template is rendered
public PdfPage Page { get; }
Property Value
PageNumber
The number in PDF document of the PDF page where the template is rendered
public int PageNumber { get; }