IBasePrintable.Finalize(IPrintingSystem, ILink) Method
If implemented by a class, finalizes the printing of the report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
ps | IPrintingSystem | An object implementing the IPrintingSystem interface used to print a control. |
link | ILink | An object implementing the ILink interface, which refers to a control. |
Remarks
Use the Finalize method to perform all the required actions when the printing of a control is finished (for instance, it may be necessary to release a printer object, or set the temporarily used printing objects to null.)
The Finalize method is used to dispose all intermediate resources that are engaged in the process of a document’s creation.