BrickSelector.GetBricks(Document) Method
A static method that returns an enumeration of visual bricks from a document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| document | Document | The document from which to return visual bricks. |
Returns
| Type | Description |
|---|---|
| IEnumerable<VisualBrick> | Visual bricks from the specified document. |
See Also