DocumentPreviewControl.CanStopBuilding() Method
Determines whether it is allowed to stop generating document pages.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To stop generating document pages, call the DocumentPreviewControl.StopBuilding method.
See Also