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

IBrickOwner.RaiseAfterPrintOnPage(VisualBrick, Page, Int32, Int32) Method

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

bool RaiseAfterPrintOnPage(
    VisualBrick brick,
    Page page,
    int pageNumber,
    int pageCount
)

Parameters

Name Type
brick VisualBrick
page Page
pageNumber Int32
pageCount Int32

Returns

Type
Boolean
See Also