PsdTextFrame.Paragraphs Property

Gets the collection of paragraph settings of this layer.

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

Syntax

C#
public ReadOnlyCollection<ParagraphSettings> Paragraphs { get; protected set; }

Property Value

The collection of ParagraphSettings.

See Also

Reference