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)
ParameterTypBeskrivning
namnconst System::String&Inbäddat filnamn.

ReturnValue

Hämtad inbäddad filspecificering.

Se även

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)
ParameterTypBeskrivning
indexint32_tIndex för inbäddad fil. Numrering startar från 1.

ReturnValue

Hämtad inbäddad filspecificering

Se även