Table of Contents

Class XmpGuid

Namespace
Aspose.Imaging.Xmp.Types.Derived
Assembly
Aspose.Imaging.dll

Represents XMP global unique identifier.

public sealed class XmpGuid : XmpTypeBase, IXmpType
Inheritance
XmpGuid
Implements
Inherited Members

Constructors

XmpGuid(Guid)

Initializes a new instance of the XmpGuid class.

public XmpGuid(Guid guid)

Parameters

guid Guid

The unique identifier.

XmpGuid(string)

Initializes a new instance of the XmpGuid class.

public XmpGuid(string value)

Parameters

value string

The value.

Exceptions

ArgumentNullException

value is null.

ArgumentException

Invalid guid value;value

Properties

Prefix

Gets or sets the prefix like uuid.

public string Prefix { get; set; }

Property Value

string

The prefix like uuid.

Value

Gets or sets the value.

public Guid Value { get; set; }

Property Value

Guid

The value.

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.