Skip to main content
A newer version of this page is available. .

BrickPagePair.Create(Brick, Page) Method

Creates a new brick-page pair with the specified brick and page.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static BrickPagePair Create(
    Brick brick,
    Page page
)

Parameters

Name Type Description
brick Brick

A Brick object specifying a brick component of the pair. This value is assigned to the BrickPagePair.Brick property.

page Page

A Page object specifying a page component of the pair. This value is assigned to the BrickPagePair.Page property.

Returns

Type Description
BrickPagePair

A new BrickPagePair instance with the specified values.

See Also