This documentation is for the old version. Go to the latest Graphics Mill docs

AdvancedPsdTextFrame.Text Property

Gets/sets the text string stored in this layer.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)

Syntax

Visual Basic
Public Property Text As String
C#
public string Text { get; set; }

Property Value

The text string stored in this layer.

See Also

Reference