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

AdvancedPsdFrame.Type Property

Gets the type of the layer.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Type As PsdFrameType
C#
public virtual PsdFrameType Type { get; }

Property Value

PsdFrameType value which specifies whether the current PSD layer is raster, text, or anything else.

Remarks

If this property equals to Text, you should cast this frame instance to AdvancedPsdTextFrame class to be able to get access to text properties of the layer.

See Also

Reference