Aspose::Pdf::Forms::RadioButtonField::get_NoToggleToOff method

RadioButtonField::get_NoToggleToOff method

Get or sets the flag that allows the radiobutton to have no selected value. If true

, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. If false

, clicking the selected button deselects it, leaving no button selected.

bool Aspose::Pdf::Forms::RadioButtonField::get_NoToggleToOff()

Remarks

Some PDF readers (including Adobe Acrobat) may ignore the false

state of the flag.

See Also