Click or drag to resize

PdfAttachmentCollection Class

Represents a collection of document attachments.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAttachmentCollection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfAttachmentCollection : ICollection<PdfAttachment>, 
	IEnumerable<PdfAttachment>, IEnumerable

The PdfAttachmentCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfAttachmentCollection Initializes a new instance of the PdfAttachmentCollection class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the PdfAttachmentCollection.
Public propertyIsReadOnly Gets a value indicating whether the PdfAttachmentCollection is read-only.
Public propertyItemInt32 Gets the PdfAttachment at the specified index.
Public propertyItemString Gets the PdfAttachment by its name.
Top
Methods
 NameDescription
Public methodAdd Adds an item to the PdfAttachmentCollection.
Public methodClear Removes all items from the PdfAttachmentCollection.
Public methodContains Determines whether the PdfAttachmentCollection contains a specific value.
Public methodCopyTo Copies the elements of the PdfAttachmentCollection to an Array, starting at a particular Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodRemove Removes the item from the PdfAttachmentCollection.
Public methodRemoveAt Removes the PdfAttachmentCollection item at the specified index.
Top
See Also