HtmlToSvgConverterMaxHtmlViewerHeight Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public int MaxHtmlViewerHeight { get; set; }

Property Value

Int32

See Also