Skip to main content

IPrintingSystem.CreateTextBrick() Method

If implemented by a class, creates a text brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

ITextBrick CreateTextBrick()

Returns

Type Description
DevExpress.XtraPrinting.ITextBrick

An object implementing the DevExpress.XtraPrinting.IPanelBrick interface.

Remarks

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

See Also