PdfConversionIssue.Severity Property
In This Article
Gets the status of issues encountered during conversion.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfConversionIssueSeverity Severity { get; }
#Property Value
Type | Description |
---|---|
Pdf |
The status of issues encountered during conversion. |
Available values:
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. |
See Also