Skip to main content

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.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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