loadAnnotationsFailCallback Property

Summary

The callback function that fires if the Viewer.loadFromLocal operation fails to load annotations.

Syntax
TypeScript
JavaScript
Object.defineProperty(ILoadFromLocalParams.prototype, 'loadAnnotationsFailCallback', 
   get: function(), 
   set: function(value) 
) 
loadAnnotationsFailCallback: ; 

Remarks

Default value is null. If a valid function is provided, this callback will be fired if the annotations cannot be parsed. This function will return the LEADDocument object that was loaded, as well as an error object containing more information indicating why the annotations failed to load.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly