XmpGuid Class

Summary: Represents XMP global unique identifier.

Module: aspose.psd.xmp.types.derived

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

Inheritance: IXmpType, XmpTypeBase

Aspose.PSD Version: 24.4.0

Constructors

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

Properties

NameTypeAccessDescription
prefixstringr/wGets or sets the prefix like uuid.
valueGuidr/wGets or sets the value.

Methods

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

Constructor: XmpGuid(guid)

 XmpGuid(guid) 

Initializes a new instance of the XmpGuid class.

Parameters:

ParameterTypeDescription
guidGuidThe unique identifier.

Constructor: XmpGuid(value)

 XmpGuid(value) 

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