XmpText Class
Represents XMP Text basic type.
Inheritance Hierarchy

Namespace: Aspose.PSD.Xmp.Types.Basic
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class XmpText : XmpTypeBase

The XmpText type exposes the following members.

Constructors
  NameDescription
Public methodXmpText
Initializes a new instance of the XmpText class.
Properties
  NameDescription
Public propertyValue
Gets or sets the text value.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetXmpRepresentation
Gets the string contained value in XMP format.
(Overrides XmpTypeBaseGetXmpRepresentation.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also