Aspose::Pdf::EmbeddedFileCollection::Delete método
EmbeddedFileCollection::Delete() method
Elimina todos los archivos incrustados del documento.
void Aspose::Pdf::EmbeddedFileCollection::Delete()
Ver también
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
EmbeddedFileCollection::Delete(const System::String&) method
Elimina el archivo incrustado por nombre.
void Aspose::Pdf::EmbeddedFileCollection::Delete(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | const System::String& | Nombre del archivo incrustado que debe eliminarse. |
Ver también
- Class String
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++