HtmlToSvgConverterEnableHttp2 Property

Gets or sets a flag indicating if the HTTP2 protocol is enabled in HTML to SVG converter. The property has effect only in NE version of the library. The default value is false

Definition

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

Property Value

Boolean

See Also