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

PrintableComponentLink.ImageCollection Property

Provides access to the link’s collection of images.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

[Browsable(false)]
public ImageCollection ImageCollection { get; }

Property Value

Type Description
ImageCollection

An ImageCollection object.

See Also