THotPDF.AddDocumentAttachment

THotPDF

 

Inizio  Precedente  Successivo

Adds any file to PDF document.

 

Sintassi Delphi:

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

 

Sintassi C++:

void __fastcall AddDocumentAttachment ( AnsiString FileName, AnsiString Descrizione );

 

Descrizione

Call AddDocumentAttachment procedure to add any file specified FileName  and  Descrizione. 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.