THotPDF.GetLayoutDiagnosticStatistics
Returns cumulative counters for the current layout diagnostic interval
Declaration
function GetLayoutDiagnosticStatistics:
THPDFLayoutDiagnosticStatistics;
Parameters
This method has no parameters
Return value
A THPDFLayoutDiagnosticStatistics record containing retained and dropped records, tracked and dropped bounds, comparisons, overlaps, overlays, and notifications
Usage notes
- Counters accumulate until
ClearLayoutDiagnosticsis called RetainedCountis the current array length, while other fields retain cumulative work for the intervalDroppedBoundsincreases when placement or comparison budgets prevent additional overlap tracking- Disabled options leave their corresponding counters at zero