Skip to main content
All docs
V25.1
  • PdfConversionReport.Issues Property

    Gets the collection of issues occurred during PDF document conversion.

    Namespace: DevExpress.Pdf

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