XmpText Class

Summary: Represents XMP Text basic type.

Module: aspose.imaging.xmp.types.basic

Full Name: aspose.imaging.xmp.types.basic.XmpText

Inheritance: IXmpType, XmpTypeBase

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
valuestringr/wGets or sets the text value.

Methods

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

Constructor: XmpText(value)

 XmpText(value) 

Initializes a new instance of the XmpText class.

Parameters:

ParameterTypeDescription
valuestringThe value.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.