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

IPrintingSystem.Images Property

For internal use. If implemented by a class, contains a collection of images to be cached when creating a document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

IImagesContainer Images { get; }

Property Value

Type Description
DevExpress.XtraPrinting.IImagesContainer

A DevExpress.XtraPrinting.Native.ImagesContainer object.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also