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

PrintTool.CloseRibbonPreview() Method

Closes the Ribbon Print Preview form.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public void CloseRibbonPreview()

Remarks

After closing the Print Preview form, it is required to explicitly dispose of the document source (report or link) assigned to the PrintTool.

See Also