Aspose::Pdf::EmbeddedFileCollection class
Contents
[
Hide
]EmbeddedFileCollection class
Class representing embedded files collection.
class EmbeddedFileCollection : public System::Collections::Generic::ICollection<System::SharedPtr<FileSpecification>>
Methods
| Method | Description |
|---|---|
| Add(const System::SharedPtr<FileSpecification>&) override | Adds embedded file specification into collection. |
| Add(const System::String&, const System::SharedPtr<FileSpecification>&) | Adds file to embedded files with the specified key. |
| CopyTo(System::ArrayPtr<System::SharedPtr<FileSpecification>>, int32_t) override | Copies array of FileSpecification object into colleciton. |
| Delete(const System::String&) | Delete embedded file by name. |
| Delete() | Remove all embedded files from document. |
| DeleteByKey(const System::String&) | Deletes file from the collection by its key in the collection. |
| FindByName(const System::String&) | Returns embedded file by its name. |
| get_Count() const override | Gets number of embedded files in collection. |
| get_IsSynchronized() | Gets a value indicating whether access to this collection is synchronized (thread safe). |
| get_Keys() | Returns list of file attachment keys. |
| get_SyncRoot() const | Gets an object that can be used to synchronize access to this collection. |
| GetEnumerator() override | Returns colleciton enumerator. |
| idx_get(int32_t) | Gets embedded file by its index. |
| idx_get(const System::String&) | Gets embedded file by its name. |
See Also
- Class ICollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++