THotPDF.GetLoadedDocumentReport Method
Resumo do método: THotPDF.GetLoadedDocumentReport Method
Declaração
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
AReport | Receives the JSON report when a document is loaded |
Valor de retorno
Returns True when a loaded document report was produced
Notas de 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
APIs relacionadas
- THotPDF
- THPDFPage
- Conteúdo