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

Adds a checkbox to the page. 

 

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