Table of Contents

Class XmpText

Namespace
Aspose.Imaging.Xmp.Types.Basic
Assembly
Aspose.Imaging.dll

Represents XMP Text basic type.

public class XmpText : XmpTypeBase, IXmpType
Inheritance
XmpText
Implements
Derived
Inherited Members

Constructors

XmpText(string)

Initializes a new instance of the XmpText class.

public XmpText(string value)

Parameters

value string

The value.

Properties

Value

Gets or sets the text value.

public string Value { get; set; }

Property Value

string

The text value.

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.