API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::addRadioButton Method
OdPage::addRadioButton Method
Syntax
C++
void addRadioButton(const OdRadioButtonPtr& radio_button, const OdRect& location);
Parameters 
Description 
const OdRadioButtonPtr& radio_button 
[in] A smart pointer to a radio button object that should be added.  
const OdRect& location 
[in] A rectangle that specifies the location of an added radio button within the page. It determines where the radio button is placed on the page. 

Adds a radio button to the page. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.