PdfHtmlHeaderFooterDelayContentRendering Property
When set to true, the header or footer will reserve layout space on applicable pages as it would be rendered,
but will not render any visible content.
This is useful when the actual content is intended to be inserted in a later processing stage.
The default value is false.
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
public bool DelayContentRendering { get; set; }
Property Value
Boolean