Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdWatermark::getTexts Method
Syntax
C++
void getTexts(OdTextPtrArray& texts, OdRectArray& locations, OdDoubleArray& rotations) const;

Returns all text labels that the watermark contains and their locations. The method fills three passed arrays with text label objects, their locations and rotation angles, then returns these arrays to a calling subroutine. 

 

Parameters
Description
texts
[out] A placeholder for the watermark text labels array.
locations
[out] A placeholder for the text label locations array.
rotations
[out] A placeholder for the array of rotation angles for text labels.
Copyright © 2002-2022. Open Design Alliance All rights reserved.