API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getDropDownLists Method
OdPage::getDropDownLists Method
Syntax
C++
void getDropDownLists(OdDropDownListPtrArray& drop_down_lists, OdRectArray& locations) const;
Parameters 
Description 
OdDropDownListPtrArray& drop_down_lists 
[out] A placeholder for the page drop-down lists array.  
OdRectArray& locations 
[out] A placeholder for the drop-down list locations array.
OdDropDownList class

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

 

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