Neodynamic ImageDraw SDK for .NET
WordArtElement
A WordArtElement – represented by Neodynamic.SDK.WordArtElement class – creates stylized text with special effects differing from ordinary text with the added features of gradient color fills and shaping. WordArtElement objects are created by specifying some basic properties such as Text, Font, ForeFill, StrokeFill, WordArtShape, etc.


Text Features
The main features and properties of WordArtElement objects are the following:

Syntax sample:

WordArtElement Output Sample:

WordArtElement Output Sample

Font Features
WordArtElement objects support rich font formatting allowing you to use server's installed fonts as well as custom font files (*.ttf) that are stored in your website folders. In addition, you can configure the text font so it's bold, italic, underline, etc; as well as the size and unit of measure (Point, Inch, Millimeter, or Pixel). Learn more about Font settings.
Applying Actions (Imaging Effects) on WordArtElement objects

WordArtElement are useful for drawing custom captions, signs, watermarks, etc; and as just for ImageElement objects, WordArtElement objects can be "affected" by more than one Action due to they feature an Actions property of type Neodynamic.SDK.ActionCollection.

Learn more about Actions.