GetCompareFindingDetail

Diagnostics

Description

Returns the human-readable detail of one comparison finding

Syntax

Delphi

Function GetCompareFindingDetail(Index: Integer): WideString;

Return values

Empty string when the index is out of range; otherwise the finding description

Remarks

The detail names the classification (new object, object no longer present, object content changed, page count transition) and is intended for logs and reports.

Example

Memo1.Lines.Add(PDF.GetCompareFindingDetail(I));

See also

AuditObjectReachability, GetDocumentJSON