Skip to main content

IPrintingSystem.CreateImageBrick() Method

If implemented by a class, creates an image brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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