XmpBoolean Class
Contents
[
Hide
]Summary: Represents XMP Boolean basic type.
Module: aspose.imaging.xmp.types.basic
Full Name: aspose.imaging.xmp.types.basic.XmpBoolean
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Description |
|---|---|
| XmpBoolean() | Initializes a new instance of the XmpBoolean class with default value. |
| XmpBoolean(value) | Initializes a new instance of the XmpBoolean class based on boolean value. |
| XmpBoolean(value) | Initializes a new instance of the XmpBoolean class based on boolean value. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| value | bool | r/w | Gets or sets a value indicating whether this XmpBoolean is value. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Returns string contained value in XMP format. |
Constructor: XmpBoolean()
XmpBoolean()
Initializes a new instance of the XmpBoolean class with default value.
Constructor: XmpBoolean(value)
XmpBoolean(value)
Initializes a new instance of the XmpBoolean class based on boolean value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | bool | The Boolean value. Allowed values are True or False. |
Constructor: XmpBoolean(value)
XmpBoolean(value)
Initializes a new instance of the XmpBoolean class based on boolean value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | The Boolean value. Allowed values are True or False. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| System.Object | A memberwise clone. |
Method: get_xmp_representation()
get_xmp_representation()
Returns string contained value in XMP format.
Returns
| Type | Description |
|---|---|
| string | Returns string containing xmp representation. |