LEADTOOLS Support
Document
Document SDK Questions
How to determine the same font-size of AnnTextObject by large image [3000x4000 px]
#1
Posted
:
Tuesday, February 18, 2020 5:21:29 AM(UTC)
Groups: Registered
Posts: 15
image :
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 :
\
4 - [image-2] Double click on the annotation inside the medicalViewer and edit it as follows:
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?
LEADTOOLS Support
Document
Document SDK Questions
How to determine the same font-size of AnnTextObject by large image [3000x4000 px]
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.