C#
VB
C++
Un-syncs all members of the sync group of the given sync ID.
public static IList<ImageViewer> UnsyncGroup(
int syncId
)
Public Shared Function UnsyncGroup(
ByVal syncId As Integer
) As System.Collections.Generic.IList(Of Leadtools.Controls.ImageViewer)
public:
static System::Collections::Generic::IList<Leadtools::Controls::ImageViewer^>^ UnsyncGroup(
int syncId
)
syncId
The sync ID.
A list of image viewer objects that have been un-synced if exist. Otherwise; null.
For more information, refer to Image Viewer Sync.
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