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ámetroTipoDescripción
fileconst System::SharedPtr<FileSpecification>&FileSpecification que debe añadirse a la colección.

Ver también

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ámetroTipoDescripción
claveconst System::String&Clave en los archivos incrustados.
fileconst System::SharedPtr<FileSpecification>&Especificación de archivo.

Ver también