Método Aspose::Pdf::XImageCollection::idx_get
XImageCollection::idx_get(const System::String&) method
Obtiene la imagen de la colección por su nombre.
System::SharedPtr<Aspose::Pdf::XImage> Aspose::Pdf::XImageCollection::idx_get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | const System::String& | Image nombre. |
ReturnValue
Imagen recuperada.
Ver también
- Typedef SharedPtr
- Class XImage
- Class String
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImageCollection::idx_get(int32_t) method
Obtiene la imagen de la colección por su índice.
System::SharedPtr<Aspose::Pdf::XImage> Aspose::Pdf::XImageCollection::idx_get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int32_t | Image índice. |
ReturnValue
Imagen recuperada.
Ver también
- Typedef SharedPtr
- Class XImage
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++