Aspose::Pdf::XFormCollection::Delete method

XFormCollection::Delete() method

Deletes all XForms from the collection.

void Aspose::Pdf::XFormCollection::Delete()

See Also

XFormCollection::Delete(int32_t) method

Delete XForm from collection.

void Aspose::Pdf::XFormCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tIndex of XForm which must be deleted

See Also

XFormCollection::Delete(System::String) method

Deletes XForm from collection by form name.

void Aspose::Pdf::XFormCollection::Delete(System::String name)
ParameterTypeDescription
nameSystem::StringName of XForm to be deleted.

See Also