Skip to main content

LinkBase.Dispose() Method

In This Article

Disposes the LinkBase object. The method releases all the resources allocated to the object and improves system performance.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public void Dispose()

#Remarks

Call the Dispose method when you finished working with a manually created LinkBase object.

See Also