PrintableComponentLink.ImageCollection Property
Provides access to the link’s collection of images.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageCollection ImageCollection { get; }
Property Value
| Type | Description |
|---|---|
| ImageCollection | An ImageCollection object. |
See Also