API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getSignatureFields Method
OdPage::getSignatureFields Method
Syntax
C++
void getSignatureFields(OdSignatureFieldPtrArray& signature_fields, OdRectArray& locations) const;
Parameters 
Description 
OdSignatureFieldPtrArray& signature_fields 
[out] A placeholder for the page signature fields array.  
OdRectArray& locations 
[out] A placeholder for the signature field locations array. 

Returns all signature fields that the page contains and their locations. The method fills two passed arrays with signature field objects and their locations, then returns these arrays to a calling subroutine. 

 

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