This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, November 2, 2008 8:43:23 PM(UTC)
Groups: Registered
Posts: 10
Hi,
i have added tags in medicalviewer cells.Used below code to hide the tags.
_medicalViewer.Cells(0).ShowTags() = false
It hides all the tag.i want to hide the particular tag.Please help me out.
Thanks and regards,
Ramya
#2
Posted
:
Monday, November 3, 2008 5:20:34 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Ramya,
We don't have a method that will hide a particular Tag in a subcell. But you might be able to do that if you save the tag's properties using GetTag to temporary variables, and use the DeleteTag method. Then use the SetTag 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.