syncId Property

Summary

Gets the sync ID of this image viewer.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'syncId', 
	get: function() 
) 
TypeScript Syntax
syncId: number; // read-only 

Property Value

The sync ID of this image viewer. Default value is -1 meaning this image viewer is not synced with any other image viewer.

Remarks

For more information, refer to Image Viewer Sync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly