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

BrickSelector.GetBricks(Document) Method

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

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(
    Document document
)

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