Set value of the FDFField
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetValue(
Obj value
)
Public Sub SetValue (
value As Obj
)
public:
virtual void SetValue(
[InAttribute] Obj^ value
) sealed
function SetValue(value);
Parameters
- value
- Type: pdftron.SDFObj
new value
Return Value
Type:
the value of the Field (the value of its /V key) or NULL if the
value is not specified.
Remarks The format of field’s value varies depending on the field type.
Set the value of the FDFField (the value of the field's /V key).
the value of the field (the value of its /V key) or NULL if the
value is not specified.
in order to remove/erase the existing value use SetValue(SDF::Null)
See Also