Back to Devexpress

LinkBase.StopPageBuilding() Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-002caf58.md

latest1.3 KB
Original Source

LinkBase.StopPageBuilding() Method

Interrupts the process of document creation.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public void StopPageBuilding()
vb
Public Sub 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

CreateDocument

LinkBase Class

LinkBase Members

DevExpress.Xpf.Printing Namespace