AuditStreamLengths
Diagnostics
Description
Verifies declared stream /Length values against actual stream data
Syntax
Delphi
Function AuditStreamLengths: Integer;Return values
| N | Number of findings produced |
|---|
Remarks
Every stream object is checked: a missing /Length entry is a warning, and a declared length that differs from the stored byte count is reported with both values. The summary INFO finding carries the number of streams checked.
Example
N:= PDF.AuditStreamLengths;