Aspose::Pdf::XImageCollection::Delete method

XImageCollection::Delete() method

Deletes images from collection.

void Aspose::Pdf::XImageCollection::Delete()

See Also

XImageCollection::Delete(int32_t) method

Removes index from collection by index.

void Aspose::Pdf::XImageCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tImage index.

See Also

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)
ParameterTypeDescription
indexint32_tIndex of the image to be removed.
actionAspose::Pdf::ImageDeleteActionAction perfromed after image deleting.

See Also

XImageCollection::Delete(System::String) method

Removes item from collection by name.

void Aspose::Pdf::XImageCollection::Delete(System::String name)
ParameterTypeDescription
nameSystem::StringName of image which must to be deleted.

See Also

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)
ParameterTypeDescription
nameSystem::StringName of image which must to be deleted.
actionAspose::Pdf::ImageDeleteActionAction to be performed with image object.

See Also