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

DocumentPreviewControl.CanStopBuilding() Method

Determines whether it is allowed to stop generating document pages.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual bool CanStopBuilding()

Returns

Type Description
Boolean

true, if it is allowed to stop building the document; otherwise, false.

Remarks

To stop generating document pages, call the DocumentPreviewControl.StopBuilding method.

See Also