EVO HTML to PDF Converter

HtmlToPdfElementFitWidth Property

EVO PDF Client for .NET Documentation
When this property is true the content produced by the HTML to PDF element will be resized if necessary to fit the available width in PDF page. When false the HTML content will be rendered at the real size. By default this property is true and the content will be resized if necessary to fit the available width in PDF page.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public bool FitWidth { get; set; }

Property Value

Type: Boolean
See Also

Reference