PrintingSystemBase.GetIntersectedBricks() Method
Gets the intersecting bricks within the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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