BrickSelector.GetBricks(IEnumerable<Page>) Method
A static method that returns an enumeration of visual bricks from document pages.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
pages | IEnumerable<Page> | A collection of pages from which to return visual bricks. |
Returns
Type | Description |
---|---|
IEnumerable<VisualBrick> | Visual bricks from the specified pages. |
See Also