Aspose::Pdf::Forms::Form::Delete method

Form::Delete(const System::SharedPtr<Field>&) method

Delete field from the form.

void Aspose::Pdf::Forms::Form::Delete(const System::SharedPtr<Field> &field)
ParameterTypeDescription
fieldconst System::SharedPtr<Field>&Field which must be deleted.

See Also

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

Deletes field from the form by its name.

void Aspose::Pdf::Forms::Form::Delete(const System::String &fieldName)
ParameterTypeDescription
fieldNameconst System::String&Name of the filed which must be deleted.

See Also