I would like to ask you, is it possible to rotate graphic elements added to layouts? I attach a picture of the code with which I insert graphic elements into layouts. Is it possible to modify this code so that images are inserted rotated?
Thank you for your reply in advance.
Solved! Go to Solution.
Hi,
You can call the SetRotation method on the element. It also shown in the Layout Snippet here.
ptTxtElm.SetRotation(45);
Thanks
Uma
Hi,
You can call the SetRotation method on the element. It also shown in the Layout Snippet here.
ptTxtElm.SetRotation(45);
Thanks
Uma