THotPDF.GetLoadedDocumentReport Method
Riepilogo del metodo: THotPDF.GetLoadedDocumentReport Method
Dichiarazione
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
AReport | Receives the JSON report when a document is loaded |
Valore restituito
Returns True when a loaded document report was produced
Note d'uso
- 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 correlate
- THotPDF
- THPDFPage
- Sommario