XImageCollection
Overview
XImageCollection is a class in Aspose.PDF FOSS for C++.
XImageCollection manages multiple XImage objects, providing Add, Replace, Delete, and Clear operations.
This class provides 13 methods for working with XImageCollection objects in C++ programs.
Available methods include: Add, Clear, Contains, Count, Delete, GetImageName, Names, Remove, Replace, XImageCollection.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: XImageCollection.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
XImageCollection | XImageCollection | Read | Gets the x image collection. |
Methods
| Signature | Description |
|---|---|
XImageCollection() → XImageCollection | Calls XImageCollection on this XImageCollection instance. |
XImageCollection() | |
Add(image: std::vector<std::byte>) → std::string | Calls Add(image) on this XImageCollection instance. |
Replace(index: int, image: std::vector<std::byte>) | Calls Replace(index, image) on this XImageCollection instance. |
Count() → int | Calls Count on this XImageCollection instance. |
Names() → std::vector<std::string> | Calls Names on this XImageCollection instance. |
Delete(index: int) | Calls Delete(index) on this XImageCollection instance. |
Delete(name: std::string) | Calls Delete(name) on this XImageCollection instance. |
Delete() | |
Clear() | Calls Clear on this XImageCollection instance. |
Contains(image: XImage) → bool | Calls Contains(image) on this XImageCollection instance. |
Remove(image: XImage) → bool | Calls Remove(image) on this XImageCollection instance. |
GetImageName(image: XImage) → std::string | Calls GetImageName(image) on this XImageCollection instance. |