Aurigma Graphics Mill 5.5 for .NET
AdvancedPsdTextFrame Class
Represents PSD text layer.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Syntax
Visual Basic
Public NotInheritable Class AdvancedPsdTextFrame _ Inherits AdvancedPsdFrame
C#
public sealed class AdvancedPsdTextFrame : AdvancedPsdFrame
Remarks
The text layer is a particular case of a raster layer. It always contains the bitmap with rasterized text string, as well as:
- The text string itself (the Text property).
- The font settings (the Font property).
- Paragraph settings (such properties as LeftIndent, RightIndent, Justification, and others).
- The text color (the Color property).
- The text box (the TextBox property).
Typically you get an instance of this class in the following way:
- Iterate through the PSD file layers (you will get them as AdvancedPsdFrame).
- Check the Type property value.
- If it is Text, cast the frame class to AdvancedPsdTextFrame.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.Frame
L
Aurigma.GraphicsMill.Codecs..::.AdvancedPsdFrame
L
Aurigma.GraphicsMill.Codecs..::.AdvancedPsdTextFrame
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.






