Skip to main content
All docs
V25.2
  • OfficeImageBase.Implicit(DXImage to OfficeImageBase) Operator

    Defines an implicit conversion from a DXImage object 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(DXImage image)

    Parameters

    Name Type Description
    image DXImage

    The DXImage object to convert.

    Returns

    Type Description
    OfficeImageBase

    The resulting OfficeImageBase object.

    See Also