Skip to main content

LinkBase.StopPageBuilding() Method

Interrupts the process of document creation.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public void StopPageBuilding()

Remarks

When a document is being created in the background (by calling the LinkBase.CreateDocument method with the buildForInstantPreview parameter set to true), you can interrupt the document creation at any moment by calling the StopPageBuilding method. All pages that have already been created prior to calling this method will be displayed in the Print Preview, and can be printed or exported.

See Also