DocumentPreviewControl.CanStopBuilding() Method
Determines whether it is allowed to stop generating document pages.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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