Sets the current properties for the specified action.
public void SetActionProperties(
MedicalViewerActionType actionType,
MedicalViewerBaseAction actionProperties
)
Public Sub SetActionProperties( _
ByVal actionType As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal actionProperties As Leadtools.Medicalviewer.MedicalViewerBaseAction _
)
public:
void SetActionProperties(
Leadtools.Medicalviewer.MedicalViewerActionType actionType,
Leadtools.Medicalviewer.MedicalViewerBaseAction^ actionProperties
)
actionType
The action for which the properties are being set.
actionProperties
The properties to be set.
To retrieve the properties for a specific action call the GetActionProperties method. For more information, refer to Applying Actions and Creating a Bitmap Region.
For an example, refer to MedicalViewerMagnifyGlass
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET