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)
| Parameter | Type | Description |
|---|---|---|
| field | const System::SharedPtr<Field>& | Field which must be deleted. |
See Also
- Typedef SharedPtr
- Class Field
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
Form::Delete(const System::String&) method
Deletes field from the form by its name.
void Aspose::Pdf::Forms::Form::Delete(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of the filed which must be deleted. |
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++