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

Adds a drop-down list (combo box) to the page. 

 

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