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 );

 

설명

현재 page에 text message(목차), file name, rectangle area(Rectangle), color로 지정된 새 FileAttachment annotation을 추가하려면 AddFileAttachmentAnnotation을 사용하십시오

 

 

File attachment annotation preview