Aspose::Pdf::Forms::OptionCollection::Remove method

OptionCollection::Remove method

Removes item from collection, throws NotImplementedException .

bool Aspose::Pdf::Forms::OptionCollection::Remove(const System::SharedPtr<Option> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<Option>&Operator item to remove.

ReturnValue

Throws NotImplementedException

See Also