Skip to main content
All docs
V23.2

PdfConversionIssueSeverity Enum

Lists values that specify the status of issues encountered during conversion.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public enum PdfConversionIssueSeverity

Members

Name Description
Error

Conversion issues are not resolved. Output is invalid.

Warning

Conversion issues are automatically resolved. Output is valid, but may differ from the original file.

Information

Conversion issues are automatically resolved. Output is valid.

Related API Members

The following properties accept/return PdfConversionIssueSeverity values:

See Also