Determines whether the type type supports synchronization.
public bool CanSynchronize(
MedicalViewerActionType action
)
Public Function CanSynchronize( _
ByVal action As MedicalViewerActionType _
) As Boolean
public:
bool CanSynchronize(
MedicalViewerActionType action
)
action
MedicalViewerActionType enumeration that is being checked as to whether it supports synchronization.
true if the type type supports synchronization; otherwise, false.
Currently the only type that supports synchronization is MedicalViewerActionType.Stack. It's supported via the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class.
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Class
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Members
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document