Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SaveAsImageOptions Class / EnableFontHinting Property

In This Topic
    EnableFontHinting Property (SaveAsImageOptions)
    In This Topic
    Gets or sets a value indicating whether font hinting should be enabled for TrueType fonts.

    The default is true.

    Syntax
    'Declaration
     
    Public Property EnableFontHinting As System.Boolean
    public System.bool EnableFontHinting {get; set;}
    See Also