Skip to main content

PrintTool.ClosePreview() Method

Closes the Print Preview form.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void ClosePreview()

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