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

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

Delete field from the form.

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

See Also

Form::Delete(System::String) method

Deletes field from the form by its name.

void Aspose::Pdf::Forms::Form::Delete(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringName of the filed which must be deleted.

See Also