This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, April 12, 2012 9:25:11 PM(UTC)
Groups: Registered
Posts: 7
Hi, Dear.
I'm using Document Imaging v13 CLASS, API.
I have a question.
I want to change a ANNOBJECT_TEXT annotation's background color.
When I call L_AnnSetBackColor API, It is changed only text area.
First, I want to change all RECT area.
Second, I want to change TEXT alignment.
Is it possible?
Thanks in advance.
#2
Posted
:
Sunday, April 15, 2012 5:23:07 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello,
In the latest version of LEADTOOLS, which is 17.5, the background color fills the entire text box rectangle area. This version also has the option to specify left, center or right alignment for text.
However, version 13 did not have either of these features. That version went out of production a long time ago, so we can no longer submit feature requests for it.
If you want to implement your own workaround, you could create a rectangle Annotation object and place it exactly below the text object. You can then fill the rectangle with sold opaque background color. You can also use the same approach to control where to place the text object inside the background rectangle.
Please note that these solutions are not easy to implement and you will have to write the code to control the locations of the 2 objects, so it is most likely a better idea to use v17.5.
If you don't have v17.5, please download the free evaluation edition from our site and try it before you consider upgrading.
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.