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

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public static BrickPagePair Create(
    int[] indices,
    int pageIndex,
    long pageID,
    RectangleF brickBounds
)

Parameters

Name Type
indices Int32[]
pageIndex Int32
pageID Int64
brickBounds RectangleF

Returns

Type
BrickPagePair
See Also