Skip to main content

PrintBarManager.ImageStream Property

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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