Skip to main content

BrickPagePair.Create(Int32[], Page) Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static BrickPagePair Create(
    int[] indices,
    Page page
)

Parameters

Name Type Description
indices Int32[]

An array of integer values, which specify indices for the created object.

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.

Remarks

This method is intended for internal use only. To create a new BrickPagePair instance, use the overloaded BrickPagePair.Create method with the brick and page parameters.

See Also