PDFKit.NET 2.0 Class Library (.NET 2.0)

ValueFieldSequence.Move Method 

Moves an existing value field to an other position.

public void Move(
   int fromIndex,
   int toIndex
);

Parameters

fromIndex
The zero-based index from the value field to move.
toIndex
The zero-based index for the new position.

See Also

ValueFieldSequence Class | TallComponents.PDF.Forms.Fields Namespace