XmpBoolean Class
Contents
[
Hide
]Summary: Represents XMP Boolean basic type.
Module: aspose.psd.xmp.types.basic
Full Name: aspose.psd.xmp.types.basic.XmpBoolean
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.12.0
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 |
|---|---|
| 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: get_xmp_representation()
get_xmp_representation()
Returns string contained value in XMP format.
Returns
| Type | Description |
|---|---|
| string | Returns string contained value in XMP format. |