Skip to main content
All docs
V24.1

PdfConversionReport.Issues Property

Gets the collection of issues occurred during PDF document conversion.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v24.1.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