THPDFPage.AddFileAttachmentAnnotation

THPDFPage

 

Haut  Précédent  Suivant

Adds new FileAttachment annotation on the current page.

 

Syntaxe Delphi :

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

 

Syntaxe C++ :

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

 

Description

Utilisez AddFileAttachmentAnnotation pour ajouter une nouvelle annotation FileAttachment avec le message texte spécifié ( Contents), le nom de fichier, la zone rectangulaire ( Rectangle ) et la couleur sur la page courante  

 

 

File attachment annotation preview