Aspose::Pdf::EmbeddedFileCollection::Add método
EmbeddedFileCollection::Add(const System::SharedPtr<FileSpecification>&) method
Agrega la especificación de archivo incrustado a la colección.
void Aspose::Pdf::EmbeddedFileCollection::Add(const System::SharedPtr<FileSpecification> &file) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| file | const System::SharedPtr<FileSpecification>& | FileSpecification que debe añadirse a la colección. |
Ver también
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
EmbeddedFileCollection::Add(const System::String&, const System::SharedPtr<FileSpecification>&) method
Agrega un archivo a los archivos incrustados con la clave especificada.
void Aspose::Pdf::EmbeddedFileCollection::Add(const System::String &key, const System::SharedPtr<FileSpecification> &file)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | Clave en los archivos incrustados. |
| file | const System::SharedPtr<FileSpecification>& | Especificación de archivo. |
Ver también
- Class String
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++