C#
VB
C++
Returns a list of all ImageViewer instances that match the given sync.
public static IList<ImageViewer> GetSynced(
int syncId
)
Public Shared Function GetSynced(
ByVal syncId As Integer
) As System.Collections.Generic.IList(Of Leadtools.Controls.ImageViewer)
public:
static System::Collections::Generic::IList<Leadtools::Controls::ImageViewer^>^ GetSynced(
int syncId
)
syncId
The sync ID.
List of all image viewer instances that match the given sync ID. If none exist for the provided ID, null is returned.
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