Aspose::Pdf::XImageCollection::idx_get method

XImageCollection::idx_get(int32_t) method

Gets image from collection by its index.

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

ReturnValue

Retrieved image.

See Also

XImageCollection::idx_get(System::String) method

Gets image from collection by its name.

System::SharedPtr<Aspose::Pdf::XImage> Aspose::Pdf::XImageCollection::idx_get(System::String name)
ParameterTypeDescription
nameSystem::StringImage name.

ReturnValue

Retrieved image.

See Also