PrintControl.ShowBrickCenter(Brick, Page) Method
In This Article
Locates the specified brick and displays it in the center of the visible PrintControl area.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick object, specifying the brick to be located. |
page | Page | A Page object, specifying the document page at which the brick is located. |
See Also