Class XmpBoolean
XmpBoolean class
Represents XMP Boolean basic type.
public sealed class XmpBoolean : XmpTypeBase
Constructors
Name | Description |
---|
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
Name | Description |
---|
Value { get; set; } | Gets or sets a value indicating whether this XmpBoolean is value. |
Methods
See Also