Skip to main content

ImageGalleryItem(Image, String) Constructor

Initializes a new instance of the ImageGalleryItem class with the specified image and its caption.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ImageGalleryItem(
    Image image,
    string displayName
)

Parameters

Name Type Description
image Image

An image.

displayName String

The image’s display name.

See Also