PdfAttachmentCollection

PdfAttachmentCollection class

PDF ドキュメント内の添付ファイルのコレクションを表します。

public class PdfAttachmentCollection : RemoveOnlyListBase<PdfAttachment>

プロパティ

名前 説明
virtual Count { get; } コレクションに含まれる要素の数を取得します。
override IsReadOnly { get; } コレクションが読み取り専用かどうかを示す値を取得します。
virtual Item { get; } コレクション内の指定されたインデックスにある要素を取得します。

メソッド

名前 説明
Add(byte[], string, string) に添付ファイルを追加しますPdfContent.
Clear()
virtual Contains(PdfAttachment)
virtual GetEnumerator()
virtual IndexOf(PdfAttachment)
Remove(PdfAttachment)
RemoveAt(int)

備考

このコレクションには、PdfAttachment type.

関連項目