THotPDF.GetLoadedAnnotationInfo Method
Inzicht op subtype posities en doelen parameters.
Declaratie
function GetLoadedAnnotationInfo(PageIndex, AnnotationIndex: Integer; out ASubtype: AnsiString; out ARect: THPDFRect): boolean;
Cel
HPDFDoc
Parameter.
| Naam | Doel |
|---|---|
PageIndex | Index (nul positie). |
AnnotationIndex | De nul-gebaseerde index van de doelannotatie in de Annots-array van de pagina |
ASubtype | 输出参数,接收注释的 Subtype 字符串,如 Text、Link、Widget |
ARect | Uitvoerparameter die de positierechthoek van de annotatie op de pagina ontvangt (PDF-coördinatensysteem) |
Retourwaarde
若成功读取注释信息则返回 True,索引越界或注释解析失败时返回 False,且输出参数值未定义
Gebruiksnotities
- 调用前应先通过
GetLoadedAnnotationCount获取有效索引范围,避免越界访问 - 返回
False时,ASubtype和ARect的内容不可信,不得使用 - 如需访问注释的完整属性(如颜色、内容文本、动作),应进一步调用
GetLoadedAnnotationDict获取字典对象