XmpMimeType Class

Summary: Represents MIME type.

Module: aspose.psd.xmp.types.derived

Full Name: aspose.psd.xmp.types.derived.XmpMimeType

Inheritance: IXmpType, XmpText

Aspose.PSD Version: 24.4.0

Constructors

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

Properties

NameTypeAccessDescription
valuestringr/wGets or sets the text value.

Methods

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

Constructor: XmpMimeType(value)

 XmpMimeType(value) 

Initializes a new instance of the XmpMimeType 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.