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
Parameters
| Name | Type |
|---|---|
| uri | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| width | Nullable<Int32> | null |
| height | Nullable<Int32> | null |
See Also