 | PdfAttachmentCollection Class |
Represents a collection of document attachments.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class PdfAttachmentCollection : ICollection<PdfAttachment>,
IEnumerable<PdfAttachment>, IEnumerable
Public Class PdfAttachmentCollection
Implements ICollection(Of PdfAttachment), IEnumerable(Of PdfAttachment),
IEnumerable
public ref class PdfAttachmentCollection : ICollection<PdfAttachment^>,
IEnumerable<PdfAttachment^>, IEnumerable
type PdfAttachmentCollection =
class
interface ICollection<PdfAttachment>
interface IEnumerable<PdfAttachment>
interface IEnumerable
endpublic class PdfAttachmentCollection implements ICollection<PdfAttachment>,
IEnumerable<PdfAttachment>, IEnumerable
Patagames.Pdf.Net.PdfAttachmentCollection = function();
Type.createClass(
'Patagames.Pdf.Net.PdfAttachmentCollection',
null,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfAttachmentCollection type exposes the following members.
Constructors
Properties
Methods| | Name | Description |
|---|
 | Add |
Adds an item to the PdfAttachmentCollection.
|
 | Clear |
Removes all items from the PdfAttachmentCollection.
|
 | Contains |
Determines whether the PdfAttachmentCollection contains a specific value.
|
 | CopyTo |
Copies the elements of the PdfAttachmentCollection to an Array, starting at a particular Array index.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | Remove |
Removes the item from the PdfAttachmentCollection.
|
 | RemoveAt |
Removes the PdfAttachmentCollection item at the specified index.
|
Top
See Also