Click or drag to resize
Pdftools logo

EventSeverity Enumeration

The severity of conversion events

See ConversionEvent for more information on conversion events.

Namespace: PdfTools.PdfA.Conversion
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public enum EventSeverity
Members
Member nameValueDescription
Information1

A conversion event which is of an informational nature

An informational event requires no further action.

By default events of the following EventCategory are classified as Information:

Warning2

A conversion event which is generally considered a non-critical issue

An warning that might require further actions.

By default events of the following EventCategory are classified as Warning:

Error3

A conversion event which is generally considered a critical issue

A critical issue for which the conversion must be considered as failed.

By default no event uses this severity.

See Also