OfficeImageBase.Implicit(String to OfficeImageBase) Operator
Defines an implicit conversion of a string to an OfficeImageBase object.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v25.2.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| uri | String | A string that specifies the URI of the image. |
Returns
| Type | Description |
|---|---|
| OfficeImageBase | The converted |
See Also