A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.GetIntersectedBricks() Method
Gets the intersecting bricks within the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public ICollection GetIntersectedBricks()
Public Function GetIntersectedBricks As ICollection
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
Feedback