THotPDF.GetLoadedDocumentReport Method
Résumé de la méthode: THotPDF.GetLoadedDocumentReport Method
Déclaration
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
Unité
HPDFDoc
Paramètres
| Nom | Objectif |
|---|---|
AReport | Receives the JSON report when a document is loaded |
Valeur de retour
Returns True when a loaded document report was produced
Notes d'utilisation
- 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 associées
- THotPDF
- THPDFPage
- Sommaire