RadioButtonField

RadioButtonField

Overview

RadioButtonField is a type in Aspose.PDF FOSS for Go.

RadioButtonField is a group of mutually exclusive options.

This type provides 5 methods for working with RadioButtonField objects in Go programs. Available methods include: Options, SetReadOnly, SetRequired, SetValue, Value. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
Value()stringReturns the value.
SetValue(s: string)errorSetValue takes the export name of the option to select.
Options()[]*RadioButtonOptionFieldOptions returns one RadioButtonOptionField per widget in the group.
SetReadOnly(v: bool)Sets the read only value.
SetRequired(v: bool)Sets the required value.

See Also