Skip to main content
A newer version of this page is available. .
All docs
V20.2

BrickSelector.GetBricks(IEnumerable<Page>) Method

A static method that returns an enumeration of visual bricks from document pages.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public static IEnumerable<VisualBrick> GetBricks(
    IEnumerable<Page> pages
)

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