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ámetroTipoDescripción
nameconst System::String&Image nombre.

ReturnValue

Imagen recuperada.

Ver también

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ámetroTipoDescripción
indexint32_tImage índice.

ReturnValue

Imagen recuperada.

Ver también