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
| Parameter | Typ | Beskrivning |
|---|---|---|
| file | const System::SharedPtr<FileSpecification>& | FileSpecification som bör läggas till i samlingen. |
Se även
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Nyckel i de inbäddade filerna. |
| fil | const System::SharedPtr<FileSpecification>& | Filspecifikation. |
Se även
- Class String
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++