Skip to main content

BrickPagePair.Create(Int32[], Page, RectangleF) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type
indices Int32[]
page Page
brickBounds RectangleF

Returns

Type
BrickPagePair
See Also