| Leadtools.Controls Namespace > ImageViewerInteractiveMode Object : Id Property |
get_id();
Object.defineProperty('id');
| Type | Description |
|---|---|
| int | The unique ID of this mode. |
Each ImageViewerInteractiveMode must have its own unique ID. This value can be used with FindById and EnableById to quickly find or enable a mode.
For an example, refer to FindById.