LEADTOOLS Support
Medical
Medical SDK Questions
How to change a page in medical viewer control v16
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, March 16, 2009 4:48:21 AM(UTC)
Groups: Registered
Posts: 4
Hi I am using the leadtools v16 and i loaded 100 dicom pages in the medical viewer using medicalViewer1.Cells[0].Image.InsertPage(-1,image), I wanted to set the displayed page manually using medicalViewer.Cells[0].Image.Page = 50; but it does not work i.e. the page displayed is still the first page, what am I doing wrong?
#2
Posted
:
Tuesday, March 17, 2009 5:56:13 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Can you try the following:
1- Get the index of the last row on the medical viewer control using the Leadtools.MedicalViewer.Rows Property.
2- Assign the value of the row you want to display to the Leadtools.MedicalViewer.VisibleRow property.
Does it behave like you want? If not, please explain a little more why not.
LEADTOOLS Support
Medical
Medical SDK Questions
How to change a page in medical viewer control v16
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.