THotPDF.GetLoadedDocumentReport Method
方法摘要: THotPDF.GetLoadedDocumentReport Method
声明
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
单元
HPDFDoc
参数
| 名称 | 用途 |
|---|---|
AReport | Receives the JSON report when a document is loaded |
返回值
Returns True when a loaded document report was produced
使用说明
- The returned JSON includes page, bookmark, form-field, annotation, embedded-file, and signature counts
- Call this after loading a document; otherwise it returns False and clears AReport
相关 API
- THotPDF
- THPDFPage
- 目录