Layer Class

Represents Photoshop text layer.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.Xmp.TypesXmpTypeBase
    Aspose.CAD.Xmp.Schemas.PhotoshopLayer

Namespace:  Aspose.CAD.Xmp.Schemas.Photoshop
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class Layer : XmpTypeBase, IEquatable<Layer>

The Layer type exposes the following members.

Constructors
  NameDescription
Public methodLayer
Initializes a new instance of the Layer class.
Public methodLayer(String, String)
Initializes a new instance of the Layer class.
Properties
  NameDescription
Public propertyName
Gets or sets the name of the text layer.
Public propertyText
Gets or sets the text content of the layer.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(Layer)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmpRepresentation
Returns string contained value in XMP format.
(Overrides XmpTypeBaseGetXmpRepresentation.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also