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

IPrintingSystem.CreateImageBrick() Method

If implemented by a class, creates an image brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

IImageBrick CreateImageBrick()

Returns

Type Description
DevExpress.XtraPrinting.IImageBrick

An object implementing the DevExpress.XtraPrinting.IImageBrick interface.

Remarks

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

See Also