public class PdfAttachmentCollection extends RemoveOnlyListBase<PdfAttachment>
This collection contains the items of type.PdfAttachment
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] fileContent,
String name,
String description)
Adds an attachment to the
. |
void |
removeFromDocument(PdfAttachment item) |
clear, isReadOnly, remove, removeAtaddInternally, contains, get_Item, getCount, getInnerList, indexOf, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final void add(byte[] fileContent,
String name,
String description)
PdfContent.fileContent - The content of the file to be attached.name - The name of the file.description - The description of the file.public void removeFromDocument(PdfAttachment item)
removeFromDocument in class RemoveOnlyListBase<PdfAttachment>Copyright © 2026. All rights reserved.