A newer version of this page is available.
Switch to the current version.
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
)
Function RaiseAfterPrintOnPage(
brick As VisualBrick,
page As Page,
pageNumber As Integer,
pageCount As Integer
) As Boolean
Parameters
Name | Type |
---|---|
brick | VisualBrick |
page | Page |
pageNumber | Int32 |
pageCount | Int32 |
Returns
Type |
---|
Boolean |
See Also
Feedback