Skip to main content

RibbonImageCollection.SetImage(String, Image) Method

Sets the specified image in the collection.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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