procedure SetAttachmentStringValue(Index: Integer; const Key, Value: WString);
| Index | Integer. Zero-based index of the document-level attachment. |
| Key | WString. Name of the file-specification dictionary entry to write. |
| Value | WString. Text to store under that key. |
埋め込みファイルにプライベートメタデータを保存します。ワークフローが、ドキュメントから分離され得るサイドチャネルではなく、添付ファイルと共に自分の簿記を保持する方法です
既存のキーへの書き込みはその値を置き換えます。添付ファイルリスト外のインデックス、または機能を持たない PDFium ビルドは、ドキュメントを変更しません
変更は、SaveAs またはその変種でファイルが書かれるまでメモリ内ドキュメントに留まります