Skip to main content

RibbonImageCollection.GetImage(String) Method

Gets the specified image from the collection.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v24.1.dll

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