HiQPdf Documentation

HtmlObjectBaseLayoutWithHinting Property

HiQPdf Client for .NET Core
Controls if the hinting is used to layout HTML in this HTML object. Layout hinting is disabled by default. Enabling this property can improve the layout but it can make the conversion slower

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public bool LayoutWithHinting { get; set; }

Property Value

Type: Boolean
See Also

Reference