Skip to main content
All docs
V25.1
  • BrickSelector.GetBricks(IEnumerable<Page>) Method

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

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.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