Gets the error that has occurred during loading or saving annotation objects.
Object.defineProperty(AnnSerializeObjectEventArgs.prototype, 'error',
get: function()
)
error: Error; // read-only
The error that has occurred during loading or saving annotation objects.
The AnnDeserializeOptions.DeserializeObjectError event will fire if an error occurs during loading of annotation objects. The error itself will be set in the Error property. And you will get a chance to ignore this error if needed.
This value is not used during save (with AnnSerializeOptions).
For an example, refer to AnnDeserializeOptions.
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