EmbeddedFileCollection Class
Class representing embedded files collection.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class EmbeddedFileCollection : ICollection<FileSpecification>, 
	IEnumerable<FileSpecification>, IEnumerable

The EmbeddedFileCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets number of embedded files in collection.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is synchronized (thread safe).
Public propertyItemInt32
Gets embedded file by its index.
Public propertyItemString
Gets embedded file by its name.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Methods
  NameDescription
Public methodAdd(FileSpecification)
Adds embedded file specification into collection.
Public methodAdd(String, FileSpecification)
Adds file to embedded files with the specified key.
Public methodCopyTo
Copies array of FileSpecification object into colleciton.
Public methodDelete
Remove all embedded files from document.
Public methodDelete(String)
Delete embedded file by name.
Public methodDeleteByKey
Deletes file from the collection by its key in the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns colleciton enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also