Aspose::Pdf::EmbeddedFileCollection::Delete method

EmbeddedFileCollection::Delete() method

Remove all embedded files from document.

void Aspose::Pdf::EmbeddedFileCollection::Delete()

See Also

EmbeddedFileCollection::Delete(System::String) method

Delete embedded file by name.

void Aspose::Pdf::EmbeddedFileCollection::Delete(System::String name)
ParameterTypeDescription
nameSystem::StringName of the embedded file which should be deleted.

See Also