BrickSelector.GetBricks(Document) Method
A static method that returns an enumeration of visual bricks from a document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
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