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

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

For internal use.

Namespace: DevExpress.XtraPrinting

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

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