Back to Devexpress

PrintableComponentLink.Images Property

windowsforms-devexpress-dot-xtraprinting-dot-printablecomponentlink-3a44481e.md

latest1.9 KB
Original Source

PrintableComponentLink.Images Property

A collection of images which can be added to the Page Headers and Footers.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public Images Images { get; }
vb
Public ReadOnly Property Images As Images

Property Value

TypeDescription
Images

An Images object which represents a collection of images that can be used in the report.

|

Remarks

The Images class stores images which can be added to page headers/footers. Images can be added to page headers/footers both at design time and runtime using the Page Content Editor or in code. At design time, the Page Content Editor is invoked via the LinkBase.PageHeaderFooter property.

At runtime, the Page Content Editor is available only if the LinkBase.EnablePageDialog property is enabled.

See Also

EnablePageDialog

PrintableComponentLink Class

PrintableComponentLink Members

DevExpress.XtraPrinting Namespace