THotPDF.AddLoadedTextAnnotation Method

方法摘要: THotPDF.AddLoadedTextAnnotation Method

声明

procedure AddLoadedTextAnnotation(PageIndex: Integer; ARect: THPDFRect; const AContents: AnsiString; const AAuthor: AnsiString);

单元

HPDFDoc

参数

名称用途
PageIndex目标页面的从零开始的索引
ARect注释图标在页面上的放置矩形区域(PDF 用户坐标)
AContents注释的文字内容,展开便签时显示给用户
AAuthor注释的作者名称,写入 PDF 注释的 T 条目

使用注意事项

相关 API