Skip to main content
All docs
V25.1
  • UriOfficeImage(String, Nullable<Int32>, Nullable<Int32>) Constructor

    Initializes a new instance of the UriOfficeImage class with specified settings.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public UriOfficeImage(
        string uri,
        int? width = null,
        int? height = null
    )

    Parameters

    Name Type
    uri String

    Optional Parameters

    Name Type Default
    width Nullable<Int32> null
    height Nullable<Int32> null
    See Also