Skip to main content

PrintingSystemBase.GetIntersectedBricks() Method

Gets the intersecting bricks within the document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ICollection GetIntersectedBricks()

Returns

Type Description
ICollection

A collection of intersecting Brick objects.

Remarks

Use the GetIntersectedBricks method to identify intersecting bricks within a document, and prevent it from corrupting the export to certain formats (e.g. HTML or MHT).

See Also