Aspose::Pdf::XFormCollection::Delete method

XFormCollection::Delete() method

Deletes all XForms from the collection.

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

See Also

XFormCollection::Delete(const System::String&) method

Deletes XForm from collection by form name.

void Aspose::Pdf::XFormCollection::Delete(const System::String &name)
ParameterTypeDescription
nameconst System::String&Name of XForm to be deleted.

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