Aspose::Pdf::EmbeddedFileCollection::idx_get method

EmbeddedFileCollection::idx_get(int32_t) method

Gets embedded file by its index.

System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of embedded file. Numbering is started from 1.

ReturnValue

Retreived embedded file specification

See Also

EmbeddedFileCollection::idx_get(System::String) method

Gets embedded file by its name.

System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(System::String name)
ParameterTypeDescription
nameSystem::StringEmbedded file name.

ReturnValue

Retreived embedded file specification.

See Also