Skip to main content

PrintingSystemActivity Enum

Lists the available activity modes that relate to a link’s LinkBase.Activity property.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[Flags]
public enum PrintingSystemActivity

#Members

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.

#Related API Members

The following properties accept/return PrintingSystemActivity values:

See Also