'Declaration Public Overloads Function Remove( _
ByVal fieldThe field to remove.As PdfInteractiveFormField _
) As Boolean
public bool Remove(
PdfInteractiveFormField field
)
public: bool Remove(
PdfInteractiveFormField* field
)
public:
bool Remove(
PdfInteractiveFormField^ field
)
Parameters
- field
- The field to remove.
Return Value
True if field removed; otherwise, false.