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