[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.EnableFontHinting

EnableFontHinting Property

EnableFontHinting

Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts. The property is now obsolete and always gets true.

Declaration
[Obsolete("This property has no effect, font hinting is always enabled.", false)]
public bool EnableFontHinting { get; set; }
<Obsolete("This property has no effect, font hinting is always enabled.", False)>
Public Property EnableFontHinting As Boolean