A newer version of this page is available.
Switch to the current version.
BrickPagePair.Create(Brick, Page) Method
Creates a new brick-page pair with the specified brick and page.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public static BrickPagePair Create(
Brick brick,
Page page
)
Public Shared Function Create(
brick As Brick,
page As Page
) As BrickPagePair
Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick object specifying a brick component of the pair. This value is assigned to the BrickPagePair.Brick property. |
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. |
See Also
Feedback