API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getCheckBoxes Method
OdPage::getCheckBoxes Method
Syntax
C++
void getCheckBoxes(OdCheckBoxPtrArray& check_boxes, OdRectArray& locations) const;
Parameters 
Description 
OdCheckBoxPtrArray& check_boxes 
[out] A placeholder for the page checkboxes array.  
OdRectArray& locations 
[out] A placeholder for the checkbox locations array. 

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

 

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