Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

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

    Parameters

    Name Type Description
    uri String

    The URI of the image.

    Optional Parameters

    Name Type Default Description
    width Nullable<Int32> null

    The width of the image in pixels. If not specified, the default width is used.

    height Nullable<Int32> null

    The height of the image in pixels. If not specified, the default height is used.

    See Also