HtmlToPdfConverterHtmlViewerZoom Property

Gets or sets the HTML viewer zoom percentage as a positive number between 0 and 200 similar to zoom level in a browser. The default value of this property is 100

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public int HtmlViewerZoom { get; set; }

Property Value

Int32

See Also