API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdPage Class > OdPage Methods > OdPage::getLinks Method
OdPage::getLinks Method
Syntax
C++
void getLinks(OdLinkPtrArray& links, OdRectArray& locations) const;
Parameters 
Description 
OdLinkPtrArray& links 
[out] A placeholder for the page links array.  
OdRectArray& locations 
[out] A placeholder for the link locations array. 

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

 

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