HtmlToImageConverterMaxHtmlViewerHeight Property

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public int MaxHtmlViewerHeight { get; set; }

Property Value

Int32

See Also