XmpBool.Implicit(XmpBool to Nullable<Boolean>) Operator
Defines an implicit conversion from a XmpBool object to a Nullable<Boolean> object.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| xmpBool | XmpBool | The XmpBool object that should be converted. |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> | The resulting |
See Also