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

Adds a signature field to the page. 

 

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