How to show the graphics that have text written on it crisp and clear

Platform: ASP.NET| Category: GDI+

Try

VB.NET


objGraphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias

C#


objGraphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.