THotPDF.GetLoadedStreamFilterStatistics Method

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

声明

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

单元

HPDFDoc

参数

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

返回值

Returns True when at least one loaded stream was scanned

使用说明

相关 API