FieldGetDefaultValue Method |
Gets the default value.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetDefaultValue()
Public Function GetDefaultValue As Obj
public:
virtual Obj^ GetDefaultValue() sealed
function GetDefaultValue();
Return Value
Type:
Obj The default value to which the field reverts when a reset-form action
is executed or NULL if the default value is not specified.
The format of field's value varies depending on the field type.
See Also