VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphics Class / TextRenderingHint Property
Syntax Requirements SeeAlso
In This Topic
    TextRenderingHint Property (GdiGraphics)
    In This Topic
    Gets or sets the text rendering hint.
    Syntax
    'Declaration
    
    Public Overrides Property TextRenderingHint As Vintasoft.Imaging.Drawing.TextRenderingHint
    
    
    public override Vintasoft.Imaging.Drawing.TextRenderingHint TextRenderingHint { get; set; }
    
    
    public: __property Vintasoft.Imaging.Drawing.TextRenderingHint get_TextRenderingHint(); override;
    public: __property void set_TextRenderingHint(
    Vintasoft.Imaging.Drawing.TextRenderingHint value
    ); override;

    Property Value

    Default value is TextRenderingHint.AntiAlias.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also