Back to Devexpress

PrintableComponentLink.ImageCollection Property

windowsforms-devexpress-dot-xtraprinting-dot-printablecomponentlink-44562c9a.md

latest1.3 KB
Original Source

PrintableComponentLink.ImageCollection Property

Provides access to the link’s collection of images.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ImageCollection ImageCollection { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ImageCollection As ImageCollection

Property Value

TypeDescription
ImageCollection

An ImageCollection object.

|

See Also

PrintableComponentLink Class

PrintableComponentLink Members

DevExpress.XtraPrinting Namespace