THotPDF.GetLoadedDocumentReport Method
Resumen del método: THotPDF.GetLoadedDocumentReport Method
Declaración
function GetLoadedDocumentReport(out AReport: AnsiString): boolean;
Unidad
HPDFDoc
Parámetros
| Nombre | Propósito |
|---|---|
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
- Contenido