THotPDF.AddDocumentAttachment

THotPDF

 

トップへ  前へ  次へ

PDF ドキュメントに任意のファイルを追加します。

 

Delphi 構文:

procedure AddDocumentAttachment ( File名前: TFile名前; Description: AnsiString );

 

C++ 構文:

void __fastcall AddDocumentAttachment ( AnsiString File名前, AnsiString Description );

 

説明

Call AddDocumentAttachment procedure to add any file specified File名前  and  説明. 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.