I can create images with text on the fly with .NET, but I can't add text effects (reflections. shadows. etc.). Any ideas how to do this? Here are the namespaces I am using.
Code:
<%@ Page Language="VB" Debug="True" %>
<%@ Import Namespace="System.Drawing" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<%@ Import Namespace="System.Drawing.Text" %>
Thanks!
|