THotPDF.GetLoadedAnnotationInfo Method
Läs detaljerad information
Deklaration
function GetLoadedAnnotationInfo(PageIndex, AnnotationIndex: Integer; out ASubtype: AnsiString; out ARect: THPDFRect): boolean;
Enhet
HPDFDoc
Parametrar
| Namn | Syfte |
|---|---|
PageIndex | Nollbaserad index |
AnnotationIndex | Nollbaserat index för målkommentaren i sidans Annots-matris |
ASubtype | 输出参数,接收注释的 Subtype 字符串,如 Text、Link、Widget |
ARect | Utparameter, tar emot kommentarens platsrektangel på sidan (PDF-koordinatsystem) |
Returvärde
若成功读取注释信息则返回 True,索引越界或注释解析失败时返回 False,且输出参数值未定义
Anmärkningar för användning
- 调用前应先通过
GetLoadedAnnotationCount获取有效索引范围,避免越界访问 - 返回
False时,ASubtype和ARect的内容不可信,不得使用 - 如需访问注释的完整属性(如颜色、内容文本、动作),应进一步调用
GetLoadedAnnotationDict获取字典对象