Aspose::Pdf::EmbeddedFileCollection::idx_get método
EmbeddedFileCollection::idx_get(const System::String&) method
Obtiene el archivo incrustado por su nombre.
System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | const System::String& | Nombre del archivo incrustado. |
ReturnValue
Especificación del archivo incrustado recuperado.
Ver también
- Typedef SharedPtr
- Class FileSpecification
- Class String
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
EmbeddedFileCollection::idx_get(int32_t) method
Obtiene el archivo incrustado por su índice.
System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::idx_get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice del archivo incrustado. La numeración comienza en 1. |
ReturnValue
Especificación del archivo incrustado recuperado
Ver también
- Typedef SharedPtr
- Class FileSpecification
- Class EmbeddedFileCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++