LinkBase.StopPageBuilding() Method
In This Article
Interrupts the document creation.
Namespace: DevExpress.WinUI.Printing
Assembly: DevExpress.WinUI.Printing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Remarks
You can call the StopPageBuilding method to interrupt document creation when a document is created in the background (the CreateDocument(Boolean) method was called when the buildForInstantPreview
parameter set to true
). All pages that were created before calling this method are displayed in the Print Preview, and can be printed or exported.
See Also