API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getRadioButtons Method
OdPage::getRadioButtons Method
Syntax
C++
void getRadioButtons(OdRadioButtonPtrArray& radio_buttons, OdRectArray& locations) const;
Parameters 
Description 
OdRadioButtonPtrArray& radio_buttons 
[out] A placeholder for the page radio buttons array.  
OdRectArray& locations 
[out] A placeholder for the radio button locations array. 

Returns all radio buttons that the page contains and their locations. The method fills two passed arrays with radio button objects and their locations, then returns these arrays to a calling subroutine. 

 

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