Removes field at the specified position.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void RemoveAt( int index )
Public Sub RemoveAt ( index As Integer )
public: void RemoveAt( int index )
member RemoveAt : index : int -> unit
Parameters
- index
- Int32
The index where to remove the item.