THotPDF.GetLoadedDocumentReport Method
Metodesammendrag: THotPDF.GetLoadedDocumentReport Method
Deklarasjon
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
Enhet
HPDFDoc
Parametere
| Navn | Formål |
|---|---|
AReport | Receives the JSON report when a document is loaded |
Returverdi
Returns True when a loaded document report was produced
Bruksnotater
- 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
Relaterte API-er
- THotPDF
- THPDFPage
- Innhold