THotPDF.GetLoadedDocumentReport Method
Metodsammanfattning: THotPDF.GetLoadedDocumentReport Method
Deklaration
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
AReport | Receives the JSON report when a document is loaded |
Returvärde
Returns True when a loaded document report was produced
Användningsanteckningar
- 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
Relaterade API:er
- THotPDF
- THPDFPage
- Innehåll