PdfHtmlTemplateHtml Property

Gets or sets the HTML content of the template. It can contain template variable like {page_number} or {total_pages}

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
C#
public string Html { get; set; }

Property Value

String

See Also