RibbonImageCollection.GetImage(String) Method
Gets the specified image from the collection.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value specifying the image name. |
Returns
| Type | Description |
|---|---|
| Image | An Image object. |
See Also