Removes the specified field in the collection.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Remove( PdfField field )
Public Sub Remove ( field As PdfField )
public: void Remove( PdfField^ field )
member Remove : field : PdfField -> unit
Parameters
- field
- PdfField
The object to be removed from collection.