Click or drag to resize

FieldRename Method

Modifies the field name.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Rename(
	string field_name
)

Parameters

field_name
Type: SystemString
a string representing the fully qualified name of the field (e.g. "employee.name.first").
See Also