LinkBase.Activity Property
Gets the current document creation status.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| PrintingSystemActivity | A PrintingSystemActivity enumeration value. |
Available values:
| Name | Description |
|---|---|
| Idle | The document creation process is idle. |
| Preparing | The document creation process is being prepared. |
| Exporting | The document is being exported. |
| Printing | The document is being printed. |
See Also