THotPDF.OnLayoutDiagnostic

Receives each retained layout diagnostic for an opt-in live preview or debugging surface

Declaration

property OnLayoutDiagnostic: THPDFLayoutDiagnosticEvent
  read FOnLayoutDiagnostic write FOnLayoutDiagnostic;

Parameters

NameDescription
SenderThe document publishing the diagnostic
DiagnosticThe retained diagnostic record passed as a read-only parameter

Return value

This event does not return a value

Usage notes

Related APIs