Controls if the hinting is used to layout HTML. Layout hinting is disabled by default.
Enabling this property can improve the layout but it can make the conversion slower
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool LayoutWithHinting { get; set; }
Public Property LayoutWithHinting As Boolean
Get
Set
public:
property bool LayoutWithHinting {
bool get ();
void set (bool value);
}
member LayoutWithHinting : bool with get, set
Property Value
Type:
Boolean
Reference