XmpText

XmpText class

Represents XMP Text basic type.

public class XmpText : XmpTypeBase

Constructors

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

Properties

NameDescription
Value { get; set; }Gets or sets the text value.

Methods

NameDescription
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also