THPDFPage.AddFileAttachmentAnnotation

THPDFPage

 

顶部  上一页  下一页

Adds new FileAttachment annotation on the current page.

 

Delphi 语法:

procedure AddFileAttachmentAnnotation ( Contents: AnsiString; FileName: AnsiString; Rectangle: TRect; Color: TColor = clRed );

 

C++ 语法:

void __fastcall AddFileAttachmentAnnotation ( AnsiString Contents, AnsiString FileName, Windows::TRect &Rectangle, Graphics::TColor Color );

 

说明

使用 AddFileAttachmentAnnotation,在当前页面上添加新的 FileAttachment annotation,并指定 text message(Contents)、file name、rectangle area(Rectangle)和 color

 

 

File attachment annotation preview