FieldSetValue Method (String) |
Sets the value.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ViewChangeCollection SetValue(
string value
)
Public Function SetValue (
value As String
) As ViewChangeCollection
public:
virtual ViewChangeCollection^ SetValue(
[InAttribute] String^ value
) sealed
function SetValue(value);
Parameters
- value
- Type: SystemString
the new value
Return Value
Type:
ViewChangeCollection A collection of modified fields and regions
See Also