Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPage::getAnnotations Method
Syntax
C++
void getAnnotations(OdAnnotationPtrArray& annotations, OdRectArray& locations) const;

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

 

Parameters
Description
annotations
[out] A placeholder for the page annotations array.
locations
[out] A placeholder for the annotation locations array.
Copyright © 2002-2022. Open Design Alliance All rights reserved.