API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getListBoxes Method
OdPage::getListBoxes Method
Syntax
C++
void getListBoxes(OdListBoxPtrArray& list_boxes, OdRectArray& locations) const;
Parameters 
Description 
OdListBoxPtrArray& list_boxes 
[out] A placeholder for the page list boxes array.  
OdRectArray& locations 
[out] A placeholder for the list box locations array. 

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

 

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