Warnings

ConvertResult.Warnings property

Gets a list of non-fatal warnings that occurred during conversion.

public IReadOnlyList<string> Warnings { get; }

Property Value

A read-only list of warning messages. The list is empty when no warnings were generated. Warnings describe issues that did not prevent conversion but may affect the output (for example, unsupported formatting or missing resources).

See Also