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

PrintingSystemActivity Enum

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

Namespace: DevExpress.XtraPrinting

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

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