Back to Devexpress

PdfConversionReport.Issues Property

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

latest1.2 KB
Original Source

PdfConversionReport.Issues Property

Gets the collection of issues occurred during PDF document conversion.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public IReadOnlyList<PdfConversionIssue> Issues { get; }
vb
Public ReadOnly Property Issues As IReadOnlyList(Of PdfConversionIssue)

Property Value

TypeDescription
IReadOnlyList<PdfConversionIssue>

A collection of issues occurred during PDF document conversion.

|

See Also

PdfConversionReport Class

PdfConversionReport Members

DevExpress.Pdf Namespace