HtmlToPdfElementMaxHtmlViewerHeight Property

Gets or sets the maximum height in pixels to be rendered from the HTML document by the HTML to PDF element converter. The default value is 0 and the entire HTML document is rendered

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public int MaxHtmlViewerHeight { get; set; }

Property Value

Int32

See Also