Skip to main content
All docs
V25.2
  • 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

    public static implicit operator OfficeImageBase(string uri)

    Parameters

    Name Type Description
    uri String

    A string that specifies the URI of the image.

    Returns

    Type Description
    OfficeImageBase

    The converted OfficeImageBase object.

    See Also