THPDFPage.AddFileAttachmentAnnotation

THPDFPage

 

Arriba  Anterior  Siguiente

Adds new FileAttachment annotation on the current page.

 

Sintaxis Delphi:

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

 

Sintaxis C++:

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

 

Descripción

Utilice AddFileAttachmentAnnotation para agregar una nueva anotación FileAttachment con mensaje de texto especificado ( Contenido), nombre de archivo, área rectangular (Rectangle) y color en la página actual  

 

 

File attachment annotation preview