RadioButtonOptionField

RadioButtonOptionField

Overview

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

RadioButtonOptionField is one of the option widgets inside a RadioButtonField.

This type provides 3 methods for working with RadioButtonOptionField objects in Go programs. Available methods include: Name, Selected, SetSelected. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
Name()stringName returns the option’s export value (its /AS state when selected, equivalently its non-/Off key in the widget’s /AP/N dict).
Selected()boolSelected reports whether this option is the currently selected one.
SetSelected(v: bool)SetSelected(true) selects this option and clears all siblings.

See Also