|
PdfFormManagerRenameField Method |
Renames the form field.
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void RenameField(
string oldName,
string newName
)
Public Sub RenameField (
oldName As String,
newName As String
)
Parameters
- oldName
- Type: SystemString
The old name of the field. - newName
- Type: SystemString
The new name of the field. Use the new name only after form save and reload.
See Also