PrintBarManager.ImageStream Property
For internal use. Specifies the stream containing images displayed by bar items.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.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