Aspose::Pdf::EmbeddedFileCollection::idx_get method
EmbeddedFileCollection::idx_get(const System::String&) method
Hämtar inbäddad fil efter dess namn.
System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(const System::String &name)
| Parameter | Typ | Beskrivning |
|---|---|---|
| namn | const System::String& | Inbäddat filnamn. |
ReturnValue
Hämtad inbäddad filspecificering.
Se även
- Typedef SharedPtr
- Class FileSpecification
- Class String
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
EmbeddedFileCollection::idx_get(int32_t) method
Hämtar inbäddad fil efter dess index.
System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för inbäddad fil. Numrering startar från 1. |
ReturnValue
Hämtad inbäddad filspecificering
Se även
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++