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

Adds a list box to the page. 

 

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