RibbonImageCollection.SetImage(String, Image) Method
Sets the specified image in the collection.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
public void SetImage(
string name,
Image value
)
Public Sub SetImage(
name As String,
value As Image
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the image name. |
value | Image | An Image object. |
See Also
Feedback