Back to Devexpress

PdfConversionReport.ConversionStatus Property

officefileapi-devexpress-dot-pdf-dot-pdfconversionreport.md

latest1.5 KB
Original Source

PdfConversionReport.ConversionStatus Property

Gets the conversion status of the resulting PDF document.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public PdfConversionStatus ConversionStatus { get; }
vb
Public ReadOnly Property ConversionStatus As PdfConversionStatus

Property Value

TypeDescription
PdfConversionStatus

The status of document conversion.

|

Available values:

NameDescription
Success

The PDF document is converted successfully. Output is valid.

| | Warnings |

The conversion is completed and the issues are automatically resolved. Output is valid, but may differ from the original file.

| | Errors |

The conversion is completed and the issues are not resolved. Output is invalid.

| | Fail |

Failed to convert the PDF document. Output is invalid.

|

See Also

PdfConversionReport Class

PdfConversionReport Members

DevExpress.Pdf Namespace