Skip to main content
All docs
V23.2

PdfConversionReport.Issues Property

Gets the collection of issues occurred during PDF document conversion.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public IReadOnlyList<PdfConversionIssue> Issues { get; }

Property Value

Type Description
IReadOnlyList<PdfConversionIssue>

A collection of issues occurred during PDF document conversion.

See Also