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

IPrintingSystem.CreateRichTextBrick() Method

If implemented by a class, creates a rich text brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.1.dll

Declaration

IRichTextBrick CreateRichTextBrick()

Returns

Type Description
DevExpress.XtraPrinting.IRichTextBrick

An object implementing the DevExpress.XtraPrinting.IRichTextBrick interface.

Remarks

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

See Also