Class XmpGuid

XmpGuid class

Represents XMP global unique identifier.

public sealed class XmpGuid : XmpTypeBase

Constructors

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

Properties

NameDescription
Prefix { get; set; }Gets or sets the prefix like uuid.
Value { get; set; }Gets or sets the value.

Methods

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

See Also