This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, July 18, 2007 2:47:30 AM(UTC)
Groups: Registered
Posts: 8
Hi,
Atpresent Im hiding the annotations using the following code..
m_nMarkupMode = ANNUSERMODE_NONE;
ImgForm.Lead1.AnnUserMode = m_nMarkupMode;
Now i want to hide the labels whenever annotations are hidden.ie,when i hide the annotations, i want the labels also to be invisible.
How to do that?
Thanks all.
#2
Posted
:
Wednesday, July 18, 2007 3:25:58 AM(UTC)
Groups: Registered
Posts: 8
The ANNUSERMODE_NONE value is 0 for the above post.
Please bear with me as i didnt provide appropriate information in the first post itself.
Thanks all.
#3
Posted
:
Thursday, July 19, 2007 3:29:52 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
What exactly do you mean by Labels? Are they related to
LEADTOOLS, or are they part of your program or environment?
#4
Posted
:
Friday, July 20, 2007 2:44:45 AM(UTC)
Groups: Registered
Posts: 8
Labels are the text over the Image.
Suppose if i want to write a text like "Sample" over an image,Ill set the label as "Sample". That will be applied over the image.
#5
Posted
:
Monday, July 23, 2007 6:28:16 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you place a LEADTOOLS Text or Rubberstamp annotation
object over the image, and then set the user mode to None, it will hide these
objects. Is this what you need?
#6
Posted
:
Monday, July 23, 2007 6:41:39 PM(UTC)
Groups: Registered
Posts: 8
I just need to hide the stamp that is applied over the image. What is the code that hides the stamp?
#7
Posted
:
Wednesday, July 25, 2007 8:22:08 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you want to hide only certain objects, you can do that
using the AnnSetVisible method.
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.