Skip to main content
A newer version of this page is available. .

PrintBarManager.ImageStream Property

For internal use. Specifies the stream containing images displayed by bar items.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public ImageCollectionStreamer ImageStream { get; set; }

Property Value

Type Default Description
DevExpress.Utils.ImageCollectionStreamer *null*

A DevExpress.Utils.ImageCollectionStreamer object, specifying the stream of bar item images.

Remarks

Use the PrintBarManager.Images property to customize bar item images in Print Preview.

See Also