Table of Contents

Property Diagnostics

Namespace
DocWright.Formats.Pdf
Assembly
DocWright.Formats.Pdf.dll

Diagnostics

Gets or sets the sink that receives diagnostics, or null to discard them.

public IConversionDiagnostics? Diagnostics { get; set; }

Property Value

IConversionDiagnostics

Remarks

Worth supplying for PDF import in particular. A file that opened only because its cross-reference table was rebuilt, a page whose font was substituted, an operator that was not performed — all of these produce correct-looking output and say so only here.