Table of Contents

Class XmpChoise<T>

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

Represents a value from vocabulary of values.

public class XmpChoise<T> : XmpTypeBase, IXmpType

Type Parameters

T

The type of elements.

Inheritance
XmpChoise<T>
Implements
Inherited Members

Constructors

XmpChoise()

public XmpChoise()

Properties

IsOpen

Gets or sets a value indicating whether the preferred values can be extended.

public bool IsOpen { get; set; }

Property Value

bool

true if preferred values can be extended; otherwise, false.

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.

Exceptions

NotImplementedException

Exception