Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

DeserializeObjectError Event

Show in webframe
Occurs when an error occur during an object serialization operation.
Syntax
add_deserializeObjectError(function(sender, e))
deserializeObjectError.add(function(sender, e))
remove_deserializeObjectError(function(sender, e))
deserializeObjectError.remove(function(sender, e))
    

Currently, this event might occur when an error happens during PasteAt and PasteStringAt.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnSerializeObjectEventArgs The event data.
See Also
Error processing SSI file