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