Aspose::Pdf::XImageCollection::idx_get method

XImageCollection::idx_get(const System::String&) method

Hämtar bild från samlingen enligt dess namn.

System::SharedPtr<Aspose::Pdf::XImage> Aspose::Pdf::XImageCollection::idx_get(const System::String &name)
ParameterTypBeskrivning
nameconst System::String&Image namn.

ReturnValue

Hämtad bild.

Se även

XImageCollection::idx_get(int32_t) method

Hämtar bild från samlingen enligt dess index.

System::SharedPtr<Aspose::Pdf::XImage> Aspose::Pdf::XImageCollection::idx_get(int32_t index)
ParameterTypBeskrivning
indexint32_tImage index

ReturnValue

Hämtad bild.

Se även