A newer version of this page is available.
Switch to the current version.
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
)
Public Shared Function Create(
indices As Integer(),
pageIndex As Integer,
pageID As Long,
brickBounds As RectangleF
) As BrickPagePair
Parameters
Name | Type |
---|---|
indices | Int32[] |
pageIndex | Int32 |
pageID | Int64 |
brickBounds | RectangleF |
Returns
Type |
---|
BrickPagePair |
See Also
Feedback