XmpBoolean

XmpBoolean class

Represents XMP Boolean basic type.

public sealed class XmpBoolean : XmpTypeBase

Constructors

NameDescription
XmpBoolean()Initializes a new instance of the XmpBoolean class with default value.
XmpBoolean(bool)Initializes a new instance of the XmpBoolean class based on boolean value.
XmpBoolean(string)Initializes a new instance of the XmpBoolean class.

Properties

NameDescription
Value { get; set; }Gets or sets a value indicating whether this XmpBoolean is value.

Methods

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

See Also