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

RibbonImageCollection.GetImage(String) Method

Gets the specified image from the collection.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public Image GetImage(
    string name
)

Parameters

Name Type Description
name String

A String value specifying the image name.

Returns

Type Description
Image

An Image object.

See Also