PdfHtmlTemplateOnPageRendering Property

Optional callback invoked before the template is rendered on a page. Return true to allow rendering or false to skip rendering on the current page. This callback is evaluated after the ShowInFirstPage, ShowInOddPages and ShowInEvenPages conditions are applied. The callback receives the final placement of the template on the current page

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public Func<PdfHtmlTemplatePlacement, bool> OnPageRendering { get; set; }

Property Value

FuncPdfHtmlTemplatePlacement, Boolean

See Also