Aspose::Pdf::EmbeddedFileCollection::Add metod

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

Lägger till specifikation för inbäddad fil i samlingen.

void Aspose::Pdf::EmbeddedFileCollection::Add(const System::SharedPtr<FileSpecification> &file) override
ParameterTypBeskrivning
fileconst System::SharedPtr<FileSpecification>&FileSpecification som bör läggas till i samlingen.

Se även

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

Lägger till fil i inbäddade filer med den angivna nyckeln.

void Aspose::Pdf::EmbeddedFileCollection::Add(const System::String &key, const System::SharedPtr<FileSpecification> &file)
ParameterTypBeskrivning
nyckelconst System::String&Nyckel i de inbäddade filerna.
filconst System::SharedPtr<FileSpecification>&Filspecifikation.

Se även