LEADTOOLS Support
General
General Questions
How to save changed window level (Leadtool 16.5)
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 15, 2013 4:09:52 PM(UTC)
Groups: Registered
Posts: 5
Hello!
I'm using Leadtools16.5 to control DICOM images.
Now I'm wondering about saving window level.
I use SetAction(1, 1) to change DICOM image's window level. But i can't save it.
How could I save changed window level?
#2
Posted
:
Thursday, May 16, 2013 6:50:29 AM(UTC)
Groups: Registered
Posts: 256
Do you mean you want to obtain the values set by the user to be able to save these values?
If yes, you can use the following code to obtain the start and end color for the Window level among other properties:
===============
MedicalViewerWindowLevel asd = new MedicalViewerWindowLevel();
asd=(MedicalViewerWindowLevel ) _medicalViewer.GetActionProperties(MedicalViewerActionType.WindowLevel);
var StartColor= asd.StartColor;
var EndColor= asd.EndColor;
===============
LEADTOOLS Support
General
General Questions
How to save changed window level (Leadtool 16.5)
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.