Class Layer
Layer class
Represents Photoshop text layer.
public class Layer : XmpTypeBase, IEquatable<Layer>
Constructors
| Name | Description |
|---|
| Layer() | Initializes a new instance of the Layer class. |
| Layer(string, string) | Initializes a new instance of the Layer class. |
Properties
| Name | Description |
|---|
| Name { get; set; } | Gets or sets the name of the text layer. |
| Text { get; set; } | Gets or sets the text content of the layer. |
Methods
| Name | Description |
|---|
| virtual Clone() | Clones this instance. |
| Equals(Layer) | Indicates whether the current object is equal to another object of the same type. |
| override Equals(object) | Determines whether the specified Object, is equal to this instance. |
| override GetHashCode() | Returns a hash code for this instance. |
| override GetXmpRepresentation() | Returns string contained value in XMP format. |
| override ToString() | Gets this XMP data as string. |
See Also