Back to Devexpress

Link.Images Property

windowsforms-devexpress-dot-xtraprinting-dot-link-09fb188e.md

latest1.8 KB
Original Source

Link.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

Link Class

Link Members

DevExpress.XtraPrinting Namespace