Aspose::Pdf::XImageCollection::Delete method
Contents
[
Hide
]XImageCollection::Delete() method
Deletes images from collection.
void Aspose::Pdf::XImageCollection::Delete()
See Also
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImageCollection::Delete(int32_t) method
Removes index from collection by index.
void Aspose::Pdf::XImageCollection::Delete(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Image index. |
See Also
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImageCollection::Delete(int32_t, Aspose::Pdf::ImageDeleteAction) method
Removes image from collection by index performing action specified by action parameter.
void Aspose::Pdf::XImageCollection::Delete(int32_t index, Aspose::Pdf::ImageDeleteAction action)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the image to be removed. |
action | Aspose::Pdf::ImageDeleteAction | Action perfromed after image deleting. |
See Also
- Enum ImageDeleteAction
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImageCollection::Delete(System::String) method
Removes item from collection by name.
void Aspose::Pdf::XImageCollection::Delete(System::String name)
Parameter | Type | Description |
---|---|---|
name | System::String | Name of image which must to be deleted. |
See Also
- Class String
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImageCollection::Delete(System::String, Aspose::Pdf::ImageDeleteAction) method
Removes item from collection by name.
void Aspose::Pdf::XImageCollection::Delete(System::String name, Aspose::Pdf::ImageDeleteAction action)
Parameter | Type | Description |
---|---|---|
name | System::String | Name of image which must to be deleted. |
action | Aspose::Pdf::ImageDeleteAction | Action to be performed with image object. |
See Also
- Class String
- Enum ImageDeleteAction
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++