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)
Parameter | Type | Description |
---|---|---|
index | int32_t | Image index |
ReturnValue
Retrieved image.
See Also
- Typedef SharedPtr
- Class XImage
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
Parameter | Type | Description |
---|---|---|
name | System::String | Image name. |
ReturnValue
Retrieved image.
See Also
- Typedef SharedPtr
- Class XImage
- Class String
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++