The GUID associated with this annotation object.
Object.defineProperty(AnnObject.prototype, 'guid',
get: function(),
set: function(value)
)
guid: string;
GUID associated with this annotation object. The default value is null.
The Guid can be set to any value by the user application. It can be used to link this annotation object with other parts of the application, such as a field in a database, a key in a dictionary, or to tie it to a UI element.
LEADTOOLS annotations framework do not use the Guid by default and is set to null. However, other parts of the LEADTOOLS SDK, such as Document Toolkit History Tracking or the Document Library toolkit uses the Guid in similar situations described above.
The Guid is persistent with undo/redo operations, as well as when the container of this object is saved and then re-loaded using AnnCodecs.
Call the AnnContainer.FindObjectsByGuid method to quickly search one or more containers for annotation objects with the specified GUID.
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