Aspose::Pdf::EmbeddedFileCollection::Add method

EmbeddedFileCollection::Add(const System::SharedPtr<FileSpecification>&) method

Adds embedded file specification into collection.

void Aspose::Pdf::EmbeddedFileCollection::Add(const System::SharedPtr<FileSpecification> &file) override
ParameterTypeDescription
fileconst System::SharedPtr<FileSpecification>&FileSpecification which should be added into colleciton.

See Also

EmbeddedFileCollection::Add(System::String, System::SharedPtr<FileSpecification>) method

Adds file to embedded files with the specified key.

void Aspose::Pdf::EmbeddedFileCollection::Add(System::String key, System::SharedPtr<FileSpecification> file)
ParameterTypeDescription
keySystem::StringKey in the embedded files.
fileSystem::SharedPtr<FileSpecification>File specification.

See Also