RadioButtonField

RadioButtonField

Overview

RadioButtonField is a class in Aspose.PDF FOSS for C++.

This class provides 7 methods for working with RadioButtonField objects in C++ programs. Available methods include: Add, AddOption, NoToggleToOff, SetPosition, Style. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Add(newItem: RadioButtonOptionField)Calls Add(newItem) on this RadioButtonField instance.
AddOption(optionName: std::string, rect: Aspose::Pdf::Rectangle)Calls AddOption(optionName, rect) on this RadioButtonField instance.
SetPosition(point: Aspose::Pdf::Point)Sets the position value.
Style()Forms::BoxStyleCalls Style on this RadioButtonField instance.
Style(value: Forms::BoxStyle)Calls Style(value) on this RadioButtonField instance.
NoToggleToOff()boolCalls NoToggleToOff on this RadioButtonField instance.
NoToggleToOff(value: bool)Calls NoToggleToOff(value) on this RadioButtonField instance.

See Also