Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, February 18, 2020 5:21:29 AM(UTC)

ehk  
ehk

Groups: Registered
Posts: 15


image : 4000 x 3000.jpg

Hello,

Reproduction :
1 - Load the above image [4000x3000 px] in de medicalviewer,
2 - Run the following code to add text-annotation :
Quote:
Leadtools.Annotations.Engine.AnnTextObject textObj = new Leadtools.Annotations.Engine.AnnTextObject();
textObj.Text = "Test of AnnTextObject";
LeadRectD TextRect = new LeadRectD(400, 100, 200, 200);
textObj.Rect = _currentCell.Automation.ActiveContainer.Mapper.RectToContainerCoordinates(TextRect);
Automation.Container.Children.Add(textObj);

3 - [image-1] You will see the added text-annotation as follows :
file_1.jpg\
4 - [image-2] Double click on the annotation inside the medicalViewer and edit it as follows:
file_2.jpg

My questions :
Why is there a difference of font size between the above two images and what could I do to see the same font size everywhere, during view-mode and during edit-mode?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.074 seconds.