Add

PdfAttachmentCollection.Add method

に添付ファイルを追加しますPdfContent.

public void Add(byte[] fileContent, string name, string description)
パラメータ タイプ 説明
fileContent Byte[] 添付するファイルの内容。
name String ファイルの名前。
description String ファイルの説明。

関連項目