Metoda THotPDF.GetLoadedStreamFilterStatistics

Reports bounded document-wide stream-filter usage and can optionally decode each stream to collect stage and output byte counts

Declaration

function GetLoadedStreamFilterStatistics(DecodeStreams: boolean; out AInfo: THPDFLoadedStreamFilterStatistics): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
DecodeStreamsWhen True, runs each supported decode pipeline to collect output and stage byte counts
AInfoReceives document-wide and per-filter-family statistics

Return value

Returns True when at least one loaded stream was scanned

Usage notes

Related APIs