Skip to main content
A newer version of this page is available. .

RibbonImageCollection.SetImage(String, Image) Method

Sets the specified image in the collection.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public void SetImage(
    string name,
    Image value
)

Parameters

Name Type Description
name String

A String value specifying the image name.

value Image

An Image object.

See Also