Get value of the FDFField
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetValue As Obj
public:
virtual Obj^ GetValue() sealed
Return Value
Type:
Obj 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