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

PrintingSystemBase.GetIntersectedBricks() Method

Gets the intersecting bricks within the document.

Namespace: DevExpress.XtraPrinting

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

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