THotPDF.AddDocumentAttachment

THotPDF

 

Boven  Vorige  Volgende

Adds any file to PDF document.

 

Delphi-syntaxis:

procedure AddDocumentAttachment ( FileName: TFileName; Beschrijving: AnsiString );

 

C++-syntaxis:

void __fastcall AddDocumentAttachment ( AnsiString FileName, AnsiString Beschrijving );

 

Beschrijving

Call AddDocumentAttachment procedure to add any file specified FileName  and  Beschrijving. A file attachment contains a reference to a file, which is embedded in the PDF file.  For example, a table of data might use a file attachment to link to a spreadsheet file based on that data; activating the annotation extracts the embedded file and gives the user an opportunity to view it or store it in the file system.