Class Layer

Layer class

Represents Photoshop text layer.

public class Layer : XmpTypeBase, IEquatable<Layer>

Constructors

NameDescription
Layer()Initializes a new instance of the Layer class.
Layer(string, string)Initializes a new instance of the Layer class.

Properties

NameDescription
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

NameDescription
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.

See Also