Neodynamic ImageDraw SDK for .NET
TextElement
A TextElement – represented by Neodynamic.SDK.TextElement class – simply wraps a text string that must be drawn on the Canvas. TextElement objects are created by specifying some basic properties such as Text, Font, ForeColor, StrokeColor, etc.


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

Syntax sample:

TextElement Output Sample:

TextElement Output Sample

Font Features
TextElement 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 TextElement objects

TextElement are useful for drawing custom captions and watermarks; and as just for ImageElement objects, TextElement 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.