A newer version of this page is available.
Switch to the current version.
PrintableComponentLink.ImageCollection Property
Provides access to the link's collection of images.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v18.2.dll
Declaration
[Browsable(false)]
public ImageCollection ImageCollection { get; }
<Browsable(False)>
Public ReadOnly Property ImageCollection As ImageCollection
Property Value
Type | Description |
---|---|
ImageCollection | An ImageCollection object. |
Implements
DevExpress.XtraPrinting.Links.IWinLink.ImageCollection
See Also
Feedback