Skip to main content

Link.ImageCollection Property

Provides access to the link’s collection of images.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageCollection ImageCollection { get; }

Property Value

Type Description
ImageCollection

An ImageCollection object.

See Also