BrickPagePair.Create(Int32[], Int32, Int64, RectangleF) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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